tpm_cleangroupqty

AutoCAD Map 3D AutoLISP

Up a level
tpm_cleangroupqty
 
 

Counts the errors in the current group.

(tpm_cleanqroupqty clean_id)

Returns the error count (real) or nil.

clean_id Model ID (real) returned by tpm_cleanalloc

In the ADSRX equivalent function, the error count type is long. Because this 32-bit data type is not available in Visual LISP, the Visual LISP function uses the 32-bit type real.