GeometryGym.Ifc.IfcAnnotationFillAreaOccurrence.Parse C# (CSharp) 메소드

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

static private Parse ( string str ) : IfcAnnotationFillAreaOccurrence
str string
리턴 IfcAnnotationFillAreaOccurrence
		internal new static IfcAnnotationFillAreaOccurrence Parse(string str) { IfcAnnotationFillAreaOccurrence a = new IfcAnnotationFillAreaOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }
		protected override void Parse(string str, ref int pos, int len)

Same methods

IfcAnnotationFillAreaOccurrence::Parse ( string str, int &pos, int len ) : void

Usage Example

예제 #1
0
		internal new static IfcAnnotationFillAreaOccurrence Parse(string str) { IfcAnnotationFillAreaOccurrence a = new IfcAnnotationFillAreaOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }