NCDF_EXISTS
Syntax | Return Value | Arguments | Keywords | Examples | Version History
The NCDF_EXISTS function returns true if the Network Common Data Format (netCDF) scientific data format library is supported on the current IDL platform.
This routine is written in the IDL language. Its source code can be found in the file ncdf_exists.pro in the lib subdirectory of the IDL distribution.
Syntax
Result = NCDF_EXISTS( )
Return Value
Returns true if the library is supported.
Arguments
None
Keywords
None
Examples
The following IDL command prints an error message if the NetCDF library is not available:
Version History