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

IfcAnnotationSymbolOccurrence() private méthode

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