tpm_cleanactionlistqty

AutoCAD Map 3D AutoLISP

Up a level
tpm_cleanactionlistqty
 
 

Gets the number of cleanup actions in the action list.

(tpm_cleanactionlistqty clean_var_id)

Returns the number of cleanup actions (real) or nil.

clean_var_id Cleanup variables ID (real) returned by tpm_varalloc

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.

ADSRX Equivalent

int

tpm_cleanactionlistqty

ade_id clean_var_id,

long *qty);

Returns RTNORM or an error code.

qty Outputs the number of cleanup actions

The ADSRX 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.