GeometryGym.Ifc.IfcFootingType.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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