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

Parse() static private method

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