| LegacyTelogisServiceListFleetUnits Method | 
Print this page
                        Get a number of Units (typically vehicles) from the specified 
            
Fleet
            .
            
 
Namespace: Telogis.API  Syntax
Syntaxpublic Unit[] ListFleetUnits(
	long fleetId,
	int offset,
	int count
)
Public Function ListFleetUnits ( 
	fleetId As Long,
	offset As Integer,
	count As Integer
) As Unit()
Parameters
- fleetId
- Type: SystemInt64
 ID of the fleet
- offset
- Type: SystemInt32
 Starting offset
- count
- Type: SystemInt32
 Maximum number of units to return
Return Value
Type: 
Unit
                        An array of 
            
Unit
             objects, where each unit belongs to the specified fleet.
            
 See Also
See Also