End use of this selection set. Free it.
This function frees the selection set since IntelliCAD® 2001 is limited to having 128 selection sets total.
The argument setname is the selection set to be freed.
This function returns RTNORM or an error code.
Example
int returni = sds_ssfree(setname1);
if (returni != RTNORM)
sds_printf("\nAn error has occured... the set was not freed. ");
Tell me about...
Programming Overview of SDS™ (Solutions Development System™)