plt3DIPlot GetPickedObjectHandle

Gets a handle to an interface for the picked object.

Syntax

plt3DIPlot_handle GetPickedObjectHandle iAxis which

Application

Tcl Query

Description

Gets a handle to an interface for the picked object.

Inputs

iAxis
A reference to a pulIAxis pointer. This method instantiates an interface and copies the pointer to it into this value. The caller is responsible for deleting it.
which
The name of the axis to which an interface is needed.

Example

To get the number of charts currently on the clipboard:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName GetNumberOfWaterfallsOnClipboard

Errors

Success (0) or an error code.