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

Parse() static private method

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