exportFilter
layout.cle exportFilter boolean { t | nil }
Description
Specifies whether to filter changes for objects that the user does not own while saving a design partition view. The default is nil, which means that the changes made to the objects not owned by the user are not filtered and are saved in the design partition view.
GUI Equivalent
Examples
envGetVal("layout.cle" "exportFilter")
envSetVal("layout.cle" "exportFilter" 'boolean t)
envSetVal("layout.cle" "exportFilter" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top