plt3DIWaterfall RemoveCursor

Removes a cursor from a waterfall.

Syntax

plt3DIWaterfall_handle RemoveCursor index

Application

Tcl Query

Description

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

Inputs

index
The index of the cursor to remove (one-based).

Example

To remove a Cursor from an existing waterfall:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName RemoveCursor 1

Errors

None.