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

Parse() static private méthode

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