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

Parse() static private méthode

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