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

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