Parse() static private method

static private Parse ( string str ) : IfcAnnotationTextOccurrence
str string
return IfcAnnotationTextOccurrence
コード例 #1
0
ファイル: IFC A.cs プロジェクト: jmirtsch/GeometryGymIFC
		internal new static IfcAnnotationTextOccurrence Parse(string str) { IfcAnnotationTextOccurrence a = new IfcAnnotationTextOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }