Layer object |
A logical grouping of data, similar to transparent acetate overlays on a drawing.
VBA class name: |
AcadLayer |
---|---|
Create using: |
Layers.Add |
Access via: |
Layers.Item |
All new objects are added to the active layer. To make a layer active, use the ActiveLayer property.
To create a layer, use the Add method. To edit or query a layer, use the following methods and properties:
Methods |
Properties |
Events |
Comments? |