Parse() static private method

static private Parse ( string str ) : IfcLineSegment2D
str string
return IfcLineSegment2D
Ejemplo n.º 1
0
 internal static IfcLineSegment2D Parse(string str)
 {
     IfcLineSegment2D c = new IfcLineSegment2D(); int pos = 0, len = str.Length; c.Parse(str, ref pos, len); return(c);
 }
Ejemplo n.º 2
0
 internal static IfcLineSegment2D Parse(string str)
 {
     IfcLineSegment2D c = new IfcLineSegment2D(); int pos = 0, len = str.Length; c.Parse(str, ref pos, len); return c;
 }