2004
Table Of Contents
- Contents
- Chapter 1 - Find the Information You Need
- Part 1 - The User Interface
- Part 2 - Start, Organize, and Save a Drawing
- Part 3 - Control the Drawing Views
- Part 4 - Create and Modify Objects
- Chapter 14 - Control the Properties of Objects
- Chapter 15 - Use Precision Tools
- Chapter 16 - Draw Geometric Objects
- Chapter 17 - Change Existing Objects
- Part 5 - Hatches, Notes, and Dimensions
- Chapter 18 - Hatches, Fills, and Wipeouts
- Chapter 19 - Notes and Labels
- Chapter 20 - Dimensions and Tolerances
- Part 6 - Create Layouts and Plot Drawings
- Chapter 21 - Create Layouts
- Chapter 22 - Plot Drawings
- Part 7 - Share Data Between Drawings and Applications
- Chapter 23 - Reference Other Drawing Files (Xrefs)
- Chapter 24 - Link and Embed Data (OLE)
- Chapter 25 - Work with Data in Other Formats
- Chapter 26 - Access External Databases
- Overview of Using AutoCAD with External Databases
- Access a Database from Within AutoCAD
- Link Database Records to Graphical Objects
- Use Labels to Display Database Information in the Drawing
- Use Queries to Filter Database Information
- Share Link and Label Templates and Queries with Other Users
- Work with Links in Files from Earlier Releases
- Part 8 - Work with Other People and Organizations
- Chapter 27 - Protect and Sign Drawings
- Chapter 28 - Use the Internet to Share Drawings
- Chapter 29 - Insert and View Markups
- Chapter 30 - Publish Drawing Sets
- Part 9 - Create Realistic Images and Graphics
- Glossary
- Index
Work with Layers | 183
■ Show All Xref Dependent Layers. Displays all the layers being referenced
from another drawing.
Once you have saved a filter, it is displayed in the Named Layer Filters list in
the Layer Properties Manager. Saved filters are stored in the drawing file.
Sort Layers
Once you have created layers, you can sort them by name, visibility
properties, color, lineweight, plot style, or linetype. In the Layer Properties
Manager, click the column heading to sort layers by the property in that
column. Layer names can be sorted in ascending or descending alphabetical
order.
You can use the wild-card characters in the table to sort layers by name
Character Definition
# (Pound) Matches any numeric digit
@ (At) Matches any alphabetic character
. (Period) Matches any nonalphanumeric character
* (Asterisk) Matches any string and can be used anywhere in the search
string
? (Question mark) Matches any single character; for example, ?BC matches ABC,
3BC, and so on
~ (Tilde) Matches anything but the pattern, for example; ~*AB*matches
all strings that don't contain AB
[ ] Matches any one of the characters enclosed; for example,
[AB]C matches AC and BC
[~] Matches any character not enclosed; for example, [~AB]C
matches XC but not AC
[-] Specifies a range for a single character; for example, [A-G]C
matches AC, BC, and so on to GC, but not HC
` (Reverse quote) Reads the next character literally; for example, `*AB matches
*AB