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