useDMfilter
cdsLibManager.option useDMfilter boolean { t | nil }
Description
Specifies whether the Design Manager menu commands are sensitive to the current state of the selected items in the design management system.
If you set the design management state check to nil, the Design Manager menu commands are always active as long as the library is managed by a working design management system).Turning off the state check might help if your Design Manager menus and commands are slow to respond because your design management files are located across a slow network, or state queries are made using a slow network transport.
GUI Equivalent
Examples
envGetVal("cdsLibManager.option" "useDMfilter")
envSetVal("cdsLibManager.option" "useDMfilter" 'boolean nil)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top