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

Parse() static private method

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