Click or drag to resize
LegacyTelogisServiceListUnits 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: SystemInt32
Starting offest
count
Type: SystemInt32
Maximum number of Unit objects to return

Return Value

Type: Unit
An array of Unit objects.
See Also