Loads a drawing cleanup profile.
(tpm_cleanprofileload clean_var_id filename)
Returns T or nil.
clean_var_id | Cleanup variables ID (real) returned by tpm_varalloc |
filename | Full path and .dpf file name (string) |
Note Loading a profile will reset all properties referenced by the clean_var_id argument.
ADSRX Equivalent
int
tpm_cleanprofileload
ade_id clean_var_id,
char *filename);
Returns RTNORM or an error code.