Ejemplo n.º 1
0
 public IfcComplexProperty(IfcIdentifier name)
     : base(name)
 {
     _hasProperties = new SetOfProperty(this);
 }
Ejemplo n.º 2
0
 public IfcComplexProperty()
 {
     _hasProperties = new SetOfProperty(this);
 }