FLDget_cell_nprops, FLDset_cell_nprops
Synopsis
get/set the number of user defined properties in one cell_set within a Cells Grid
int FLDget_cell_nprops (
OMobj_id cell_set,
int *nprops);
int FLDset_cell_nprops (
OMobj_id cell_set,
int nprops);Description
These routines get/set the number of user defined properties (nprops) in one cell_set array element within a Cells Grid.
Parameters
The OMobj_id of one cell_set array element within a Cells Grid, as returned by the OMget_cell_set routine.
In FLDset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.
Examples
Files
See Also