HyperWorks Tools

::hwat::utils::CheckTagExists

::hwat::utils::CheckTagExists

Previous topic Next topic No expanding text in this topic  

::hwat::utils::CheckTagExists

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

NAME

::hwat::utils::CheckTagExists - See if a tag exists.

 

SYNTAX

::hwat::utils::CheckTagExists  str_entType n_entID

 

ARGUMENTS

str_entType

The type of the entity to which the tag is attached.

n_entID

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

 

RETURNS

Id of the tag on success

{} on failure

 

EXAMPLE

::hwat::utils::CheckTagExists node 567

 

See also

::hwat::utils::CreateTag

::hwat::utils::GetTag

Utils Functions