|
Scientific Data Formats: HDF-EOS |
|
This function returns number type and number of elements (count) of a grid attribute.
Result = EOS_GD_ATTRINFO(gridID, attrname, numbertype, count)
Returns SUCCEED (0) if successful and FAIL (–1) otherwise.
Grid id (long) returned by EOS_GD_CREATE or EOS_GD_ATTACH.
Attribute name (string).
A named variable that will contain the number type (long) of an attribute.
A named variable that will contain the number of total bytes in an attribute (long).
None
In this example, we return information about the ScalarFloat attribute: