plt3DIWaterfall RemoveSlice

Removes a slice from a waterfall.

Syntax

plt3DIWaterfall_handle RemoveSlice index

Application

Tcl Query

Description

Removes a slice from a waterfall.

Inputs

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

Example

To remove an slice 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 RemoveSlice 1

Errors

None.