Inheritance: IfcPropertySetDefinition
Beispiel #1
0
 protected IfcQuantitySet(DatabaseIfc db, IfcQuantitySet s) : base(db, s)
 {
 }
Beispiel #2
0
 protected IfcQuantitySet(DatabaseIfc db, IfcQuantitySet s, DuplicateOptions options) : base(db, s, options)
 {
 }
Beispiel #3
0
 protected IfcQuantitySet(DatabaseIfc db, IfcQuantitySet s, IfcOwnerHistory ownerHistory, bool downStream) : base(db, s, ownerHistory, downStream)
 {
 }
Beispiel #4
0
 protected IfcQuantitySet(DatabaseIfc db, IfcQuantitySet s)
     : base(db, s)
 {
 }