Example #1
0
 internal XbimCoveringType(XbimDocument document, IfcCoveringType type)
     : base(document)
 {
     _ifcTypeProduct = type;
 }
Example #2
0
 protected XbimCoveringType NewCoveringType(IfcCoveringType type) { return new XbimCoveringType(this, type); }