|
|
|||||||
|
The GetTagName method returns the name for the specified tag ID. Tag IDs provide a more advanced means of working with tags and taglists, but many applications can be written entirely without using tag IDs.
|
|||||||
|
Parameters: |
|||||||
|
|||||||
|
Return Values: |
|||||||
| Tag name or "" if the tag ID is unknown | |||||||
|
Example: |
|||||||
|
function TagIdToName( TagId )
{ return(CAS.GetTagName(TagId)); } |
|||||||
|
See Also: |
|||||||
| CAS GetTagId, CAS GetTag, CAS GetTagType | |||||||
|
|