GeometryGym.Ifc.IfcAnnotationSymbolOccurrence.Parse C# (CSharp) Méthode

Parse() static private méthode

static private Parse ( string str ) : IfcAnnotationSymbolOccurrence
str string
Résultat IfcAnnotationSymbolOccurrence
		internal new static IfcAnnotationSymbolOccurrence Parse(string str) { IfcAnnotationSymbolOccurrence a = new IfcAnnotationSymbolOccurrence(); int pos = 0; a.Parse(str, ref pos, str.Length); return a; }
	}

Usage Example

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