GeometryGym.Ifc.IfcInventory.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string strDef ) : IfcInventory
strDef string
Résultat IfcInventory
        internal static new IfcInventory Parse(string strDef)
        {
            IfcInventory i = new IfcInventory(); int ipos = 0; parseFields(i, ParserSTEP.SplitLineFields(strDef), ref ipos); return i;
        }