2011

Table Of Contents
Color Book and Color Name
You can specify colors using third-party color books (such as Pantone) or
user-defined color books.
To specify a color book color, enter the name of the color book and the name
of the color separated by a comma. Enclose the entire string in single quotation
marks. For example, to specify the Pantone process coated cyan, enter
'Pantone(R) process coated, PANTONE Process Cyan C'. When you enter the
color book and color name, be sure to type them exactly.
If you are unsure of the color name or color book name, display the Select
Color dialog box. On the Color Books tab, look at the name of the color book
and the color name.
For information on adding color books, click Help in the Color Books tab of
the Select Color dialog box.
Only the following operators are valid: = and < >.
Examples:
(ade_qrydefine '("" "" "" "Property" ("color" "=" "\"Pantone,Pantone 647
CVC\"")""))
(ade_altpdefine "color" "Pantone,Pantone 647 CVC")
Combining Colors
When you specify the range of valid colors, you can combine any of the color
specifications. Separate each color with a comma. In addition, for ACI colors,
you can specify a continuous range. For example:
1,5,[7,11],'255,128,64','Pantone(R) process coated, PANTONE Process Cyan C'
Tips and Suggestions for the Expression Evaluator
Not all operators are valid with all types of comparisons. When comparing
strings, If, =, /=, >=, <= are valid, but not <. No error results, but the accuracy
of the results can be affected.
For strings, the standard wild-card characters listed in
Wildcard Characters
(page 1537) are valid. For example, if the expression (IF (= .LAYER ELEC*)
EDISON) is placed in the condition, all objects in the query on layers
beginning with ELEC are displayed on the layer EDISON. In addition, the
operators = and /= are valid with wild cards.
Tips and Suggestions for the Expression Evaluator | 1553