LOAD-MODULE-CUSTOMIZATION [Public Function]
Package: cadm-auto-doc-gen (Nick name(s): :adg)
Load or re-load the module customizations.
(load-module-customization [with-persisted-settings])
Arguments
- with-persisted-settings {
boolean[NIL]} - Optional flag.
Tto restore persisted settings created by theADG_SETTINGSafter the customization has been loaded.NILto just load the customization.
Returns
T on success; NIL otherwise.
Description
This function is automatically called at the end of the module loading process but can also be called explicitely whenever the customization changed.
Customization files can be placed into one or more of the following directories:
| Location | |
|---|---|
| Factory | Module installation directory |
| Corporate | as specified in %SDCORPCUSTOMIZEDIR% |
| Site | as specified in %SDSITECUSTOMIZEDIR% |
| User | %APPDATA%/PTC/Creo Elements Direct Modeling / |
Note The customization files are loaded in table order. The user customization takes precedence over all other customizations.