|
|
|||||||||||||||||||||||||
|
The GetTagType methods retrieves the internal data storage type for the specified tag name.
|
|||||||||||||||||||||||||
|
Parameters: |
|||||||||||||||||||||||||
|
|||||||||||||||||||||||||
|
Return Values: |
|||||||||||||||||||||||||
|
|||||||||||||||||||||||||
|
Example: |
|||||||||||||||||||||||||
|
var TagInfo;
TagInfo = "Tag data type is " + CAS.GetTagType("SUBJECT") + "\r\n"; The contents of TagInfo will be: Tag data type is 1 |
|||||||||||||||||||||||||
|
See Also: |
|||||||||||||||||||||||||
| CAS GetTag, CAS GetTagName | |||||||||||||||||||||||||
|
|