Programming Guide |
Deselects an occurrence in a selection group
int sm_deselect(char *selection_group, int grp_occurrence);
selection_group
- The name of the selection group with the item to deselect.
grp_occurrence
- The occurrence in
selection_group
to deselect.
- -1 Arguments do not reference an occurrence.
sm_deselect
lets you deselect an occurrence within a selection group. You can use sm_select to select a group occurrence.