map_pltdefverify

AutoCAD Map 3D AutoLISP

Up a level
map_pltdefverify
 
 

Performs an extensive check of the validity of a plot set .

(map_pltdefverify name)

Returns T if the plot set is valid or nil.

name Name of the plot set (string)

This function makes sure that no errors occur when plotting takes place. Since the check includes querying for all boundary objects, it could take some time.

To perform a cursory check, use the map_pltdefvalid function.

If the check fails, you can use data extension error message functions (ade_err[xx]) to retrieve errors from the error stack.