Performs a cursory check of the validity of a plot set .
(map_pltdefvalid name)
Returns T or nil.
name | Name of the plot set (string) |
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.