AirRouteOperator.AircraftType Property
Gets or sets the aircraft type.
Syntax
public AttributeVariable< AircraftType > AircraftType { get; set; }
Property Value
Default: null
The aircraft type.
Remarks
For details, see AircraftType.
Note that this property does not have to be a constant AircraftType since can also be an attribute variable, although it must be the kind that uses a lookup table, since an AircraftType cannot be the value of an attribute or an expression.
![]() |
The article Aircraft Routing explains one reason to use an attribute variable here.
Platforms
Windows, Linux, Android