GeometryGym.Ifc.IfcLaborResourceType.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string strDef ) : IfcLaborResourceType
strDef string
return IfcLaborResourceType
        internal static new IfcLaborResourceType Parse(string strDef)
        {
            IfcLaborResourceType t = new IfcLaborResourceType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
        }