Ejemplo n.º 1
0
 internal XbimStairFlightType(XbimDocument document, IfcStairFlightType beamType)
     : base(document)
 {
     _ifcTypeProduct = beamType;
 }
Ejemplo n.º 2
0
 protected XbimStairFlightType NewStairFlightType(IfcStairFlightType type) { return new XbimStairFlightType(this, type); }