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