Previous Scientific Data Formats: HDF-EOS Next

EOS_EXISTS

Syntax | Return Value | Arguments | Keywords | Examples | Version History

The EOS_EXISTS function determines whether the current HDF-EOS extensions are supported on the current platform.

Syntax

Result = EOS_EXISTS( )

Return Value

Returns success (1) if the HDF-EOS extensions are supported, and fail (0) if not.

Arguments

None

Keywords

None

Examples

IF (~ HDF_EOS_EXISTS) THEN PRINT,'HDF-EOS not available.'  

Version History

5.2.1
Introduced

  IDL Online Help (March 06, 2007)