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

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

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

Usage Example

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