Click or drag to resize

RouteVehicleSpec Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The specifications of the vehicle to drive the route.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public VehicleSpec VehicleSpec { get; set; }

Property Value

Type: VehicleSpec

Implements

IRouteVehicleSpec
Remarks
It may be necessary to call ForceRecalculate if a vehicle's specifications are changed after a route has been calculated.
See Also