Parse() статический приватный Метод

static private Parse ( string str ) : IfcAnnotationSurfaceOccurrence
str string
Результат IfcAnnotationSurfaceOccurrence
Пример #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; }