plt3DIWaterfall GetCursorHandle

Gets the handle of a cursor on the waterfall.

Syntax

plt3DIWaterfall_handle GetCursorHandle iCursor

Application

Tcl Query

Description

Cursors are objects that can be used to facilitate picking and querying of values from an underlying data object.

Inputs

iCursor
The name of the new handle.

Example

To get a cursor handle from a waterfall handle:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName 1
myWaterfallName GetCursorHandle myCursorName 1

Errors

None.