Click or drag to resize
LegacyTelogisServiceGetUnit Method
Print this page
Returns the Unit with the specified ID.

Namespace: Telogis.API
 
Syntax
public Unit GetUnit(
	long id
)

Parameters

id
Type: SystemInt64
The ID of the Unit to retrieve. An exception will be thrown if this ID is invalid or you are not authorized to view the Unit.

Return Value

Type: Unit
The requested Unit.
See Also