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

static private Parse ( string str ) : IfcLineSegment2D
str string
리턴 IfcLineSegment2D
예제 #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);
 }
예제 #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;
 }