EOS_SW_DIMINFO

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

This function retrieves the size of the specified dimension.

Syntax

Result = EOS_SW_DIMINFO(swathID, dimname)

Return Value

Size of dimension or FAIL (–1) if the swath ID or dimension name are invalid.

Arguments

swathID

Swath id (long).

dimname

Dimension name (string).

Keywords

None

Examples

In this example, we retrieve information about the dimension, "GeoTrack":

dimsize = EOS_SW_DIMINFO(swathID, "GeoTrack") 

Version History

5.2

Introduced