hwi CloseStack
Ends automatic handle tracking and releases any handles acquired during handle tracking.
Syntax
hwi CloseStack
Application
HyperWorks Tcl Modify
Description
Handle stacks can be nested.
Example
hwi OpenStack
hwi GetSessionHandle mySession
mySession GetProjectHandle myProject
...
hwi CloseStack
(The
mySession and myProject handles are automatically
released).Error
Nothing is returned.