DM_SHOW_TAGNAME_USAGE
Syntax
int_val = DM_SHOW_TAGNAME_USAGE ( title, tagname );
- Input arguments
-
string title This will be shown in the title bar of the tool window. string tagname Tool is to scroll tagnames so that usage of this tagname is shown without the user needing to scroll the tagname list.
Return Values
- Success:
-
int 0 Tool finished successfully.
- Failure:
-
int -1 Script interface error.
Description
This function pops up a tool that shows current usage of tag names.
This tool may be needed when the user has attempted to use a tag name that is already in use.