getVecVarName()
Return a vector variable name that corresponds to the variable ID.
Usage
vecVarName = vis.getVecVarName( varId )
Parameters
- varId (integer)
- Variable ID.
Return Value
- vecVarName (string)
- Name of the vector variable corresponding to the varId.
Errors
varId should be valid.
Description
This routine returns a vector variable name that corresponds to varId. For
example,
vecName = vis.getVecVarName( 0 )