pltIVector GetSubcase

Gets the subcase for the vector.

Syntax

pltIVector_handle GetSubcase

Application

Tcl Query

Description

This method is only valid for file vectors.

Values for subcase depend on the particular data file associated with the vector.

Returns the subcase used by the vector. This is an integer value.

Example

To get the subcase of the x vector of a curve:
MyCurve GetVectorHandle x myX
MyX GetSubcase

Errors

3 = HW_InvalidHandle - The handle used to invoke the method is no longer valid.