GeometryGym.Ifc.IfcHeatExchangerType.Parse C# (CSharp) Метод

Parse() статический приватный Метод

static private Parse ( string strDef ) : IfcHeatExchangerType
strDef string
Результат IfcHeatExchangerType
        internal static new IfcHeatExchangerType Parse(string strDef)
        {
            IfcHeatExchangerType t = new IfcHeatExchangerType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
        }