map_pltdefvalid

Land Desktop Development ARX CPP SDK

Up a level
map_pltdefvalid
 
 

Performs a cursory check of the validity of a plot set.

int

map_pltdefvalid(

char *name);

Returns RTNORM or RTERROR.

name The name of the plot set.

The function performs a cursory check of the given plot set to see if all required attributes have been set. It does not attach and query the boundary drawing. When used within a dialog box, this call can quickly check on a plot set's usability.

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

To perform an extensive check, use the map_pltdefverify function.