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