|
msiNcGetDimLenInInqOut |
( |
msParam_t * |
ncInqOutParam, |
|
|
msParam_t * |
inxParam, |
|
|
msParam_t * |
varNameParam, |
|
|
msParam_t * |
outParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Get the length of a dimension of a variable in a NcInqOut_MS_T
- Module:
- core
- Since:
- 3.2
- Author:
- Mike Wan
- Date:
- 2012
- Example Usage:
- See clients/icommands/test/rules3.0/netcdfTest1.r, netcdfTest2.r and netcdfTest3.r.
- Parameters:
-
[in] | ncInqOutParam | - A NcInqOut_MS_T which is the output of msiNcInq. |
[in] | inxParam | - An INT_MS_T containing the index of an element in the variable's dimension array |
[in] | varNameParam | - A STR_MS_T containing the name of a variable |
[out] | outParam | - An INT_MS_T containing the length of the dimension. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- N/A
- Postcondition:
- N/A
- See also:
- N/A
Definition at line 1674 of file reNetcdf.c.
|