Click or drag to resize
LegacyTelogisServiceRemoveUnitFromFleet Method
Print this page
Remove a Unit from a fleet. A Fleet is a collection of units (typically vehicles).

Namespace: Telogis.API
 
Syntax
public void RemoveUnitFromFleet(
	long fleetId,
	long unitId
)

Parameters

fleetId
Type: SystemInt64
ID of the Fleet
unitId
Type: SystemInt64
ID of the Unit
See Also