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

Parse() static private méthode

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