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

Parse() static private méthode

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