plt3DIPlot GetNumberOfWaterfalls

Gets the number of waterfall curves in the HyperGraph window.

Syntax

plt3DIPlot_handle GetNumberOfWaterfalls

Application

Tcl Query

Description

Returns the number of waterfall curves in the HyperGraph 3D window.

Example

hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName AddWaterfall
myPlotName GetWaterfallHandle myWaterfallName [myPlotName GetNumberOfWaterfalls ]

Errors

None.