FLDFget_node_data_ncomp
FLDFset_node_data_ncompSynopsis
get/set the number of components (nnode_data) in a Node_Data
INTEGER FLDFget_node_data_ncomp (field, nnode_comp)
INTEGER field(OIDSIZ)
INTEGER nnode_comp
INTEGER FLDFset_node_data_ncomp (field, nnode_comp)
INTEGER field(OIDSIZ)
INTEGER nnode_compDescription
These routines set and get the number of components (nnode_data) in a Node_Data.
Parameters
In FLDFget_node_data_ncomp, nnode_comp is the number of components (nnode_data) that will be returned.
In FLDFset_node_data_ncomp, nnode_comp is an integer that sets the number of components (nnode_data).
Examples
Files
See Also