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

Parse() static private méthode

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