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