The NCDF_NCIDINQ function returns the ID of a group, given the group’s name and parent group’s ID.
Result = NCDF_NCIDINQ( Grpid, Group_name )
Returns the ID of a group whose name is given by Group_name, and whose parent group ID is given by Grpid. If the file is not a valid NetCDF 4 file, the scalar value -1 is returned.
The ID of the group’s parent group, returned from a previous call to NCDF_OPEN, NCDF_CREATE, or NCDF_GROUPDEF.
The name of the group for which to search.
See the example for NCDF_GROUPNAME.
8.0 |
Introduced |