internal XbimStairFlightType(XbimDocument document, IfcStairFlightType beamType) : base(document) { _ifcTypeProduct = beamType; }
protected XbimStairFlightType NewStairFlightType(IfcStairFlightType type) { return new XbimStairFlightType(this, type); }