tpm_cleancancel

AutoCAD Map 3D AutoLISP

Up a level
tpm_cleancancel
 
 

Cancels the cleanup process .

(tpm_cleancancel clean_id)

Returns T or nil.

clean_id Cleanup model ID returned by tpm_cleanalloc

The function clears the cleanup model without updating the drawing. Do one of the following:

  • Because the model is still allocated, you can call tpm_cleaninit using the same cleanup model ID. You can then use tpm_cleanstart to start the cleanup process.
  • Because tpm_cleancancel does not cancel initialized values, you can clear the cleanup model and continue without calling tpm_cleaninit.