TerrainRouteOperator.RoadDirectionality Property
Gets or sets an attribute variable giving the directionality of a road feature.
Syntax
public AttributeVariable< RoadDirectionality > RoadDirectionality { get; set; }
Property Value
Default: TwoWay
The directionality of a road feature.
Remarks
The directionality shall tell whether the road is two-way or one-way, and if one-way, the allowed direction.
This is an attribute variable that is normally evaluated using the road feature attributes; for examples, see RoadDirectionality. More generally, the evaluation will also consider the View.UpdateAttributes, as well as the attributes of the feature from WaypointsInput.
Platforms
Windows, Linux, Android