dmRadio
cdsLibManager.newLib dmRadio toggle (default noDM)
Description
Specifies whether to use design management for a newly created library.
-
defaultmeans use design management for the new library (the default) -
noDMmeans do not use design management for the new library
GUI Equivalent
Examples
The following example returns the current value for the environment variable. The return value of (t nil) indicates that the default option is enabled and noDM is disabled:
envGetVal("cdsLibManager.newLib" "dmRadio")
(t nil)
The example below enables noDM and disables default:
envSetVal("cdsLibManager.newLib" "dmRadio" 'toggle '(nil t))
Related Topics
Return to top