A logical grouping of data, similar to transparent acetate overlays on a drawing.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadLayer
- Object Inheritance
-
Object AcadObject AcadLayer
- Create Using
-
VBA
Layers.Add
- Access Via
-
VBA
Layers.Item Document.ActiveLayer
Members
These members are part of this object:
Remarks
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.