HyperWorks Tools

::hwat::utils::SetTag

::hwat::utils::SetTag

Previous topic Next topic No expanding text in this topic  

::hwat::utils::SetTag

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

NAME

::hwat::utils::SetTag - Updates tag using given tag ID body and label.

 

SYNTAX

::hwat::utils::SetTag   n_entID str_tagName str_txtBuffer

 

ARGUMENTS

n_entID

The ID of the tag to modify.

str_tagName

Name of the tag to be set.

str_txtBuffer

Tag text that will be set to the tag.

 

RETURNS

1 on success, 0 on failure.

 

EXAMPLE

::hwat::utils::SetTag 567 new_tag "This is a text"

 

 

See also

::hwat::utils::CreateTag

::hwat::utils::GetTag

Utils Functions