GeometryGym.Ifc.IfcFlowMeter.Parse C# (CSharp) Method

Parse() static private method

static private Parse ( string strDef ) : IfcFlowMeter
strDef string
return IfcFlowMeter
        internal static new IfcFlowMeter Parse(string strDef)
        {
            IfcFlowMeter s = new IfcFlowMeter(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s;
        }