expandRadio
cdsLibManager.copyGlobals expandRadio toggle (comanaged all)
Description
Specifies what files are included of each cellview when performing copy operation. The choices are:
-
comanagedmeans that include the comanaged files only of each cellview (the default) -
allmeans that include all the files of each cellview
GUI Equivalent
The following example returns the current value for the environment variable. The return value of (t nil) indicates that the comanaged option is enabled and all is disabled:
envGetVal("cdsLibManager.copyGlobals" "expandRadio")
(t nil)
The example below enables comanaged and disables all:
envSetVal("cdsLibManager.copyGlobals" "expandRadio" 'toggle '(nil t))
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top