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

static private Parse ( string str ) : IfcHalfSpaceSolid
str string
리턴 IfcHalfSpaceSolid
예제 #1
0
 internal static IfcHalfSpaceSolid Parse(string str)
 {
     IfcHalfSpaceSolid s = new IfcHalfSpaceSolid(); int pos = 0; s.Parse(str, ref pos, str.Length); return(s);
 }
예제 #2
0
 internal static IfcHalfSpaceSolid Parse(string str)
 {
     IfcHalfSpaceSolid s = new IfcHalfSpaceSolid(); int pos = 0; s.Parse(str, ref pos, str.Length); return s;
 }