GeometryGym.Ifc.IfcAnnotationTextOccurrence.IfcAnnotationTextOccurrence C# (CSharp) 메소드

IfcAnnotationTextOccurrence() 개인적인 메소드

private IfcAnnotationTextOccurrence ( DatabaseIfc db, IfcAnnotationTextOccurrence o ) : System
db DatabaseIfc
o IfcAnnotationTextOccurrence
리턴 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