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

Parse() static private méthode

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