Gets the number of cleanup actions in the action list.
int
tpm_cleanactionlistqty
ade_id clean_var_id,
long *qty);
Returns RTNORM or an error code.
clean_var_id | The cleanup variables ID returned by tpm_varalloc. |
qty | Outputs the number of cleanup actions. |
The clean_var_id argument references properties for the cleanup operation that you are preparing to initiate. See Cleanup Variables. These properties include the action list.
The function passes the number of cleanup actions through a parameter (as a long) instead of returning it (as a real) as the AutoLISP function does.