TerrainMobilityOperator.RoadMaxVehicleLength Property
Gets or sets an attribute variable giving the maximal vehicle length for a road feature.
Syntax
public AttributeVariable< System.Double > RoadMaxVehicleLength { get; set; }
Property Value
Default: max
The maximal vehicle length for a road feature, in meters.
Remarks
![]() |
This max length will be compared with the TerrainVehicleType.Length.
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