intn SDsetfillvalue(int32 sds_id, VOIDP fill_value)
sds_id
IN:
Data set identifier returned by SDcreate or SDselect
fill_value
Fill value
Purpose
Sets the fill value for a data set.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
SDsetfillvalue sets the fill value specified by the fill_value parameter for the data set identified by the sds_id parameter.
The fill value is assumed to have the same data type as the data set.
FORTRAN
integer function sfsfill(sds_id, fill_value)
integer sds_id
<valid data type> fill_value