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

Parse() static private méthode

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