plt3DIWaterfall AddCursor
Adds a new cursor on a waterfall.
Syntax
plt3DIWaterfall_handle AddCursor
Application
Tcl Query
Description
Cursors are objects that can be used to facilitate picking and querying of values from an underlying data object.
Example
To add a new cursor on an existing
waterfall:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetWaterfallHandle myWaterfallName
myWaterfallName AddCursor
Errors
None.