GetTagName

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.

BSTR GetTagName(
  LONG TagID // Tag ID for the tag name to return
)


Parameters:
TagID Tag ID for the tag name to return

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