Exemplo n.º 1
0
 protected XbimRampFlightType NewRampFlightType(IfcRampFlightType type) { return new XbimRampFlightType(this, type); }
Exemplo n.º 2
0
 internal XbimRampFlightType(XbimDocument document, IfcRampFlightType railingType)
     : base(document)
 {
     IfcRampFlightType = railingType;
 }