GeometryGym.Ifc.IfcGeographicElement.Parse C# (CSharp) Method

Parse() static private method

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