Click or drag to resize
LegacyTelogisServiceAddUnitTag Method
Print this page
Adds a tag to the given unit.

Namespace: Telogis.API
 
Syntax
public void AddUnitTag(
	long unitId,
	Tag tag
)

Parameters

unitId
Type: SystemInt64
The id of the unit.
tag
Type: Telogis.APITag
The tag to add.

Return Value

Type: 
See Also