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
OMobj_id cell_set
The OMobj_id of one cell_set array element within a Cells Grid, as returned by the OMget_cell_set routine.
int *nprops
int nprops
In FLDget_cell_nprops, *nprops is a pointer to an integer in which the nprops is returned.
In FLDset_cell_nprops, nprops is an integer that sets the number of user defined properties to create.
Example
None available.
Related routines