TerrainMobilityOperator.RoadMaxVehicleHeight Property
Gets or sets an attribute variable giving the maximal vehicle height for a road feature.
Syntax
public AttributeVariable< System.Double > RoadMaxVehicleHeight { get; set; }
Property Value
Default: max
The maximal vehicle height for a road feature, in meters.
Remarks
![]() |
This max height will be compared with the TerrainVehicleType.Height.
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 TerrainRouteOperator.WaypointsInput or TerrainAccessOperator.PositionInput.
Platforms
Windows, Linux, Android