Click or drag to resize
LegacyTelogisServiceRemoveUnitTag Method
Print this page
Remove a tag from a unit.

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

Parameters

unitId
Type: SystemInt64
ID of the Unit
tag
Type: Telogis.APITag
The Tag to remove
Remarks
You can use tags to group and sort assets (drivers, units, markers).
See Also