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