GeometryGym.Ifc.IfcUnitaryEquipmentType.Parse C# (CSharp) Méthode

Parse() static private méthode

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