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

Parse() static private method

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