Click or drag to resize
LegacyTelogisService.ListUnits Method
Print this page
Get a selection of units (typically vehicles).

Namespace: Telogis.API
 
Syntax
public Unit[] ListUnits(
	int offset,
	int count
)

Parameters

offset
Type: System.Int32
Starting offest
count
Type: System.Int32
Maximum number of Unit objects to return

Return Value

Type:Unit[]
An array of Unit objects.
See Also