pltICurve GetVectorHandle
Gets a handle to a pltIVector interface for the specified curve.
Syntax
pltICurve_handle GetVectorHandle iVector, which
Application
HyperWorks Tcl Query
Description
This method creates an interface and copies the pointer to the interface into this value. The caller is responsible for deleting it.
Inputs
- iVector
- A reference to a pltIVector pointer.
- which
- A string indicating which vector to get. The options include x, y, time, u, v, q, w, or category. category is only valid for bar charts. In scatter plots, q defines the size of each curve symbol and w defines the color of each curve symbol. q and w are valid for both 2D and 3D scatter plots.
Errors
None.