LegacyTelogisServiceListUnits Method |
Print this page
Get a selection of units (typically vehicles).
Namespace: Telogis.API Syntax public Unit[] ListUnits(
int offset,
int count
)
Public Function ListUnits (
offset As Integer,
count As Integer
) As Unit()
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