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

Parse() static private méthode

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