LegacyTelogisServiceRemoveUnitTag Method |
Print this page
Remove a tag from a unit.
Namespace: Telogis.API Syntax public void RemoveUnitTag(
long unitId,
Tag tag
)
Public Sub RemoveUnitTag (
unitId As Long,
tag As 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