GeometryGym.Ifc.IfcAlignment2DVerSegLine.Parse C# (CSharp) 메소드

Parse() 정적인 개인적인 메소드

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