Пример #1
0
 protected XbimRampFlightType NewRampFlightType(IfcRampFlightType type) { return new XbimRampFlightType(this, type); }
Пример #2
0
 internal XbimRampFlightType(XbimDocument document, IfcRampFlightType railingType)
     : base(document)
 {
     IfcRampFlightType = railingType;
 }