GeometryGym.Ifc.IfcJunctionBoxType.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcJunctionBoxType
strDef string
Результат IfcJunctionBoxType
        internal static new IfcJunctionBoxType Parse(string strDef)
        {
            IfcJunctionBoxType t = new IfcJunctionBoxType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
        }