GeometryGym.Ifc.IfcAnnotation.IfcAnnotation C# (CSharp) Method

IfcAnnotation() public method

public IfcAnnotation ( DatabaseIfc db ) : System
db DatabaseIfc
return System
		public IfcAnnotation(DatabaseIfc db) : base(db) { }
		public IfcAnnotation(IfcSpatialElement host) : base(host.Database) { host.AddElement(this); }

Same methods

IfcAnnotation::IfcAnnotation ( ) : System
IfcAnnotation::IfcAnnotation ( DatabaseIfc db, IfcAnnotation a ) : System
IfcAnnotation::IfcAnnotation ( IfcSpatialElement host ) : System