Exemple #1
0
 public IfcPositiveInteger(Int64 value) : this()
 {
     this.Value = new IfcInteger(value);
 }
Exemple #2
0
 public IfcPositiveInteger(IfcInteger value) : this()
 {
     this.Value = value;
 }