plt3DICurve GetDataSourceHandle
Gets a handle to a pulIDataSource for the specified curve.
Syntax
plt3DICurve_handle GetDataSourceHandle iVector which
Application
HyperWorks Tcl Query
Description
In the above example, the two curve group handles should point to the same object.
Inputs
- iVector
- A reference to a pulIDataSource pointer. This method instantiates an interface and copies the pointer to it into this value. The caller is responsible for deleting it.
- which
- A string indicating which data source to get. Options include "x", "y", "z", "u", "v", or "w".
Errors
Success (0) or an error code.