getVarDim()
Return dimension of a variable which corresponds to varInfo (variable name or ID).
Usage
varDim = vis.getVarDim( varInfo )
Parameters
- varInfo (integer) or (string)
- Name or ID of a variable.
Return Value
- varDim (integer)
- Dimension of the variable corresponding to the varInfo.
Errors
varInfo should be valid.
Description
varDim = vis.getVarDim( "velocity" )