TerrainRouteOperator.RestrictedAreaName Property
Gets or sets an attribute variable giving the name of each restricted area.
Syntax
public AttributeVariable< System.String > RestrictedAreaName { get; set; }
Property Value
Default: "Restriction"
The name of each restricted area.
Remarks
This is an attribute variable that is normally evaluated from the attributes of each input feature from RestrictedAreaInput, although the View.UpdateAttributes can also be used. The area name will affect the output only if the corresponding RestrictedAreaSafety evaluates to a value greater than zero, in which case the route legs will have six extra attributes for each area name, giving the travel time and distance spent in the restricted area. For details, see the section "Softly restricted areas" in the operator class page.
Platforms
Windows, Linux, Android