importFilter
layout.cle importFilter boolean { t | nil }
Description
Specifies whether to filter changes of objects that the user does not own while opening a design partition view. The default is nil, which means that the changes are imported.
GUI Equivalent
Examples
envGetVal("layout.cle" "importFilter")
envSetVal("layout.cle" "importFilter" 'boolean t)
envSetVal("layout.cle" "importFilter" 'boolean nil)
Related Topics
Importing a Peer Partition after Concurrent Layout Editing
List of Concurrent Layout Environment Variables
Return to top