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;
        }