plt3DICurveGroup GetIndex

Gets the curve group’s index.

Syntax

plt3DICurveGroup_handle GetIndex

Application

Tcl Query

Description

This command finds the curve group’s index within the list of curve groups.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 SetClientType Plot3d;
w1 GetClientHandle plot;
plot GetCurveGroupHandle cg1 1;
cg1 GetIndex;

Errors

Success (the curve group’s index) or an error (-1) is returned.

Keywords

  • Tcl
  • CurveGroup
  • Plot 3D
  • Query