paramsToIgnoreForCheck
layoutXL paramsToIgnoreForCheck string "list_of_parameters"
Description
Lists the parameters to be ignored during the Check Against Source command. Mismatches for any of the listed parameters are not reported by the check.
The list automatically includes all the parameters specified by the paramsToIgnore environment variable.
Arguments
|
A list of parameter names each separated by a space. The list must be enclosed in quotation marks. |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "paramsToIgnoreForCheck")
envSetVal("layoutXL" "paramsToIgnoreForCheck" 'string "w l myParam")
Related Topics
List of Layout XL Environment Variables
Return to top