Click or drag to resize

VehicleSpecSetLoadInfo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the type and weight (measured in kilograms) of one of the loads that the vehicle (represented by this VehicleSpec) object is carrying.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetLoadInfo(
	int loadNum,
	LoadType type,
	uint kg
)

Parameters

loadNum
Type: SystemInt32
0-based index identifying the load. A vehicle may carry up to LoadLength loads, thus the maximum allowed index is (LoadLength - 1)
type
Type: Telogis.GeoBase.RoutingLoadType
A LoadType classification, representing the type of the this load.
kg
Type: SystemUInt32
The weight of this load, measured in kilograms.
See Also