GetTagFormat
- Last UpdatedNov 17, 2021
- 1 minute read
The GetTagFormat method gets how the values for the tag appear, either in decimal format or scientific format.
Syntax
[Result=] aaHistClientTrend.GetTagFormat(message serverName, message tagName);
Parameters
serverName
The name of the server.
tagName
The name of the tag.
Return Value
Returns an integer. 0 = Decimal; 1 = Scientific.
Remarks
If the specified tag is shown in the chart multiple times, the method uses the first instance that was added.