LegacyTelogisServiceAddUnitTag Method |
Print this page
Adds a tag to the given unit.
Namespace: Telogis.API Syntax public void AddUnitTag(
long unitId,
Tag tag
)
Public Sub AddUnitTag (
unitId As Long,
tag As Tag
)
Parameters
- unitId
- Type: SystemInt64
The id of the unit.
- tag
- Type: Telogis.APITag
The tag to add.
Return Value
Type:
See Also