HyperWorks Tools

::hwat::utils::DeleteTag

::hwat::utils::DeleteTag

Previous topic Next topic No expanding text in this topic  

::hwat::utils::DeleteTag

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::DeleteTag - Delete a tag, if it exists.

 

SYNTAX

::hwat::utils::DeleteTag  str_entType n_entID

 

ARGUMENTS

str_entType

The type of the entity to which the tag is attached

n_entID

The ID of the tag to which the tag is attached.

 

RETURNS

1 of the tag on success
{} on failure

 

EXAMPLE

::hwat::utils::DeleteTag  nodes 567 , ::hwat::utils::DeleteTag  elems 167

 

 

See also

Utils Functions

::hwat::utils::CreateTag

::hwat::utils::GetTag