コード例 #1
0
 public IfcComplexProperty(IfcIdentifier name)
     : base(name)
 {
     _hasProperties = new SetOfProperty(this);
 }
コード例 #2
0
 public IfcComplexProperty()
 {
     _hasProperties = new SetOfProperty(this);
 }