Click or drag to resize

VehicleSpecGetLoadInfo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the type and weight (measured in kilograms) for 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 GetLoadInfo(
	int loadNum,
	out LoadType type,
	out 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 given load.
kg
Type: SystemUInt32
The weight of the given load, measured in kilograms.
See Also