[Top] [Prev] [Next] [Bottom]
GRgetattr/mggnatt/mggcatt
intn GRgetattr(int32 [ri, gr]_id, int32 attr_index, VOIDP values)
#include "hdf.h"
int32 ri_id, gr_id, stat, attr_index;
int32 attr_values[2];
...
ri_id = GRselect(gr_id, 0);
attr_index = GRfindattr(ri_id, "Target attribute");
stat = GRgetattr(ri_id, attr_index, attr_values);
...
|
FORTRAN
|
integer function mggnatt([ri, gr]_id, attr_index, values)
|
|
|
integer [ri, gr]_id, attr_index
|
|
|
<valid numeric data type> values(*)
|
|
|
|
|
|
integer function mggcatt([ri, gr]_id, attr_index,
|
|
|
values)
|
|
|
|
|
|
integer [ri, gr]_id, attr_index
|
|
|
character* (*) values
|
[Top] [Prev] [Next] [Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF
Development Group.