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

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