plt3DIWaterfall GetSliceHandle

Gets the handle of a particular slice of the waterfall.

Syntax

plt3DIWaterfall_handle GetSliceHandle iSlice

Application

Tcl Query

Description

Waterfall slices belong to the same class of objects as curves and share the same methods.

Inputs

iSlice
The name of the new handle.

Example

To get a slice 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 GetSliceHandle mySliceName 1

Errors

None.