RemoveTag
- Last UpdatedNov 17, 2021
- 1 minute read
The RemoveTag method removes the specified tag from the trend.
Syntax
[Result=] aaHistClientTrend.RemoveTag(message serverName, message tagName);
Parameters
serverName
The name of the server that the tag is stored on.
tagName
The name of the tag to remove.
Return Value
Returns True if the tag was successfully removed; otherwise, returns False. If a tag is shown in the chart multiple times, the method removes the first instance that was added.