TerrainAccessOperator.RoadType Property
Gets or sets a attribute variable giving the type of a road feature, telling how it is connected to the terrain.
Syntax
public AttributeVariable< RoadType > RoadType { get; set; }
Property Value
Default: RoadWithTerrainAccess
The type of a road feature, telling how it is connected to the terrain.
Remarks
The value of the road type tells whether the road is a bridge, or tunnel, or ferry route, or a ground road with or without terrain access.
This is an attribute variable that is normally evaluated using the road feature attributes. More generally, the evaluation will also consider the View.UpdateAttributes, as well as the attributes of the feature, if any, from PositionInput.
For more details, see RoadType.
Platforms
Windows, Linux, Android