map_pltdefverify

Land Desktop Development ARX CPP SDK

Up a level
map_pltdefverify
 
 

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

int

map_pltdefverify(

char *name);

Returns RTNORM or RTERROR.

name The name of the plot set.

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.