plt3DICurveGroup GetDisplayInLegend

Gets whether or not the curve is displayed in the legend.

Syntax

plt3DICurveGroup_handle GetDisplayInLegend

Application

Tcl Query

Description

Returns:
True
The curve is displayed in the legend.
False
The curve is not displayed in the legend.

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 GetCurveGroupHandle myGroupName 1
myGroupName GetCurveHandle myCurveName 1

Errors

None.