The following steps describe how to use Query Builder to display CAD data on a drawing layer named V-PROP-LINE.
- Double-click the CAD layer in the table of contents to open the Layer Properties dialog box, or right-click the CAD feature layer and click Properties.
- Click the Definition Query tab.
- Click the Query Builder button.
- Double-click the reserved CAD field Layer to enter the field name into the SQL text box.
- Click the EQUAL SIGN button .
- Click the Get Unique Values button to display a list of layer names contained in the CAD file.
- Double-click a layer name from the list of unique values to complete the SQL statement.
For example, the expression "Layer" = 'V-PROP-LINE' displays only the CAD elements residing on the drawing layer named V-PROP-LINE.
- Click the Apply button to verify the results.
- Click OK to close the dialog box.