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