updateChoice
cdsLibManager.copyWizard updateChoice toggle (entireLib copiesOnly)
Description
Specifies what part of the library needs to be updated when updating instances.
-
entireLibmeans to update the entire library when updating instances (the default) -
copiesOnlymeans to update the new copies only when updating instances
GUI Equivalent
Examples
The following example returns the current value for the environment variable. The return value of (t nil) indicates that the entireLib option is enabled and copiesOnly is disabled:
envGetVal("cdsLibManager.copyWizard" "updateChoice")
(t nil)
The example below enables copiesOnly and disables entireLib:
envSetVal("cdsLibManager.copyWizard" "updateChoice" 'toggle '(nil t))
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Copy Wizard Form (Exact Hierarchy)
Return to top