::hwp::GetRenderOptions

Gets a render options handle of an animation client.

Syntax

::hwp::GetRenderOptions

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns a render options handle of HyperView.

If no page ID is requested, then it operates on the current/active page.

If no window ID is given, then it returns a note handle of the active window.

Mandatory Arguments

None.

Optional Arguments

-page "pageID"
The page ID of the requested page.
-window "windowID"
The window ID of the requested window.

Returns

Returns a render options handle of the animation client.

Example

set renderOptionsHandle [::hwp::GetRenderOptions -page 2 -window 4]