protected XbimRampFlightType NewRampFlightType(IfcRampFlightType type) { return new XbimRampFlightType(this, type); }
internal XbimRampFlightType(XbimDocument document, IfcRampFlightType railingType) : base(document) { IfcRampFlightType = railingType; }