HyperWorks Tools

::hwat::utils::DeleteTempNode

::hwat::utils::DeleteTempNode

Previous topic Next topic No expanding text in this topic  

::hwat::utils::DeleteTempNode

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

NAME

::hwat::utils::DeleteTempNode - Deletes a temporary node/s.

 

SYNTAX

::hwat::utils::DeleteTempNode {nodeIds}

 

ARGUMENTS

NodeIds

Optional Tcl list of nodeIds to delete.  If no IDs are specified, all the temp nodes will be deleted.

 

RETURNS

1 if successful, 0 if unsuccessful.

 

EXAMPLE

::hwat::utils::DeleteTempNode [list 1001 2003 4002]

 

 

See also

Utils Functions

::hwat::utils::CreateTempNode