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

IfcAnnotationTextOccurrence() private méthode

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

Same methods

IfcAnnotationTextOccurrence::IfcAnnotationTextOccurrence ( ) : System
IfcAnnotationTextOccurrence