plt3DICurve GetLineStyle

Gets the line style of the curve.

Syntax

plt3DICurve_handle GetLineStyle

Application

Tcl Query

Description

Currently, only two styles are supported, solid (1) and no-line (0). Future versions may support more styles. Returns the line style index (an integer).

Example

To get the line style of an existing curve:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName 1
myPageName GetWindowHandle myWinName 1
myWinName GetClientHandle myClientName
myClientName AddCurveGroup
myClientName GetCurveGroupHandle myGroupName 1
myGroupName GetCurveHandle myCurveName 1
myCurveName GetLineStyle

Errors

None.