::hwp::GetVerticalAxis

Gets an axis handle of a plot client.

Syntax

::hwp::GetVerticalAxis

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns a vertical axis handle of HyperGraph.

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.

If no axis ID specified, then the primary axis is returned.

Mandatory Arguments

None.

Optional Arguments

-clientHandle "plot client handle"
The handle (object reference to a plot client).
-page "pageID"
The page ID of the requested page.
-window "windowID"
The window ID of the requested window.
-axis "axisID"
The axis ID of the requested note.

Returns

Returns a vertical axis handle of a plot client.

Example

set verticalAxisHandle [::hwp::GetVerticalAxis]