Exercise 3: Query in data from the drawing

When you attach a drawing to a map, objects in the drawing do not appear in the map immediately. You must query them in. The drawing file you attached is a map of California with polygons defined for each county. Since the city of Redding is in Shasta County, you add the Shasta County boundaries to your map. You can query in data based on location, properties, or data. In this case, query the name of the county, which is stored as object data.

Note: This exercise uses the build_map1.dwg map you created and modified in the previous exercises.

To query in drawing data

  1. In the build_map1.dwg file, click Home tabData panelDefine Query.
  2. In the Define Query Of Attached Drawings dialog box, under Query Type, click Data.
  3. In the Data Condition dialog box, select the Object Data option.
  4. In the Object Data Fields list, select NAME.
    Note: Do not change the Tables setting.
  5. Leave Operator set to =. For Value, enter Shasta.

    The query is case sensitive. Be sure to enter it as shown.

  6. Click OK in the Data Condition dialog box, and then click Execute Query.
  7. Click View tabNavigate panelZoom drop-downExtents.

    The Shasta county boundaries are now displayed in the map.

  8. Save your work. Click Save.
Note: You might see an alert as you work through the remainder of the tutorial. It warns that the association between queried objects in the current and attached drawings is not retained once the current drawing file is closed. This message reminds you to save back any changes you make to the original drawing file. Since you do not edit the Shasta County drawing in this tutorial, you can safely ignore the alert.

To continue this tutorial, go to Exercise 4: Use Data Connect.