AirRouteOperator.AirspaceName Property
Gets or sets an attribute variable giving the name of each airspace.
Syntax
public AttributeVariable< System.String > AirspaceName { get; set; }
Property Value
Default: "Anonymous"
The name of each airspace.
Remarks
This is an attribute variable that is normally evaluated from the attributes of each input feature from AirspaceInput, although the View.UpdateAttributes can also be used. The airspace name can affect the output only if the corresponding AirspaceSafety evaluates to a positive value, in which case the route legs will get six extra attributes for each airspace that they pass through, giving the travel time and distance spent in the airspace. For details, see the section "Attributes from airspaces" in the operator class page.
Also, if OutputRoutePointFeatures is True, then the airspace name will be added to the incursions attribute for the point features that are inside the airspace.
Platforms
Windows, Linux, Android