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

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

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