The NCDF_VARIDSINQ function returns a group’s variable IDs.
Result = NCDF_VARIDSINQ( Grpid )
Returns an array of variable IDs associated with the group. If the group contains no variables, the scalar value -1 is returned.
The ID of the group to query, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
None
See the example for NCDF_GROUPNAME.
8.0 |
Introduced |