[Top]
[Prev]
[Next]
[Bottom]
SDsetdatastrs/sfsdtstr
intn SDsetdatastrs(int32
sds_id
, char *
label
, char *
unit
, char *
format
, char *
coordsys
)
sds_id
IN:
Dataset identifier returned from
SDselect
label
IN:
Label that describes the data
unit
IN:
Unit to be used with the data
format
IN:
Format to be used in displaying the data
coordsys
IN:
Coordinate system to be used with the data
Purpose
Sets the label, unit, format, and coordinate system strings for a given dataset.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
This routine can be used to set the label, unit, format, and coordinate system strings for a given dataset. NULL can be passed for any strings the user does not want to set.
FORTRAN
integer function sfsdtstr(sds_id, label, unit, format, coordsys)
integer sds_id
character* (*) label, unit, format, coordsys
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.