TerrainMobilityOperator.VehicleType Property
Gets or sets an attribute variable giving the vehicle type to use in the analysis.
Syntax
public AttributeVariable< TerrainVehicleType > VehicleType { get; set; }
Property Value
Default: null
The vehicle type to use in the analysis.
Remarks
If the property is not a constant value, it must be the kind of attribute variable that depends on a single attribute and uses a lookup table to find a corresponding value. The single attribute – typically a string that identifies the vehicle type – will be retrieved from the feature (if any) from TerrainAccessOperator.PositionInput or TerrainRouteOperator.WaypointsInput, and failing that, from the View.UpdateAttributes.
Platforms
Windows, Linux, Android