propsUsedToIgnoreObjsForCheck
layoutXL propsUsedToIgnoreObjsForCheck string "list_of_properties"
Description
Lists the properties used to ignore objects during the Check Against Source command. Any object with one of the listed properties set to t is ignored during this operation.
The default is lvsIgnore Property, but the list also inherits all the properties specified in the propsUsedToIgnoreObjs environment variable.
Arguments
|
A list of property names each separated by a space. The list must be enclosed in quotation marks. |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "propsUsedToIgnoreObjsForCheck")
envSetVal("layoutXL" "propsUsedToIgnoreObjsForCheck" 'string "lvsIgnore")
Related Topics
Return to top