Click or drag to resize
LegacyTelogisServiceAddUnitToFleet Method
Print this page
Add a unit to a fleet. A fleet is a collection of units.

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

Parameters

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