VehicleSpecSetLoadInfo Method | |
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
)
Public Sub SetLoadInfo (
loadNum As Integer,
type As LoadType,
kg As UInteger
)
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