FLDFset_cell_data_comp
Synopsis
set all basic characteristics of a single Cell_Data cell_set cell_data component in one call
INTEGER FLDFset_cell_data_comp (cell_set, comp, veclen, label, units)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER veclen
CHARACTER*32 label
CHARACTER*32 unitsDescription
FLDFset_cell_data_comp sets all the basic characteristics of a single Cell_Data cell_set cell_data Data_Array component in one call, except the actual data. You use it to quickly establish the structure of an output Cell_Data cell_set cell_data component.
Note that no FLDFset_cell_data_label or FLDFset_cell_data_units routines exist. Therefore, you must use FLDFset_cell_data_comp to set these values.
Parameters
Examples
Files
See Also