Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

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

Introduced: 5.2.1


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]