Share
 
 

Layer Object (ActiveX)

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

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.

Was this information helpful?