codebase="hhctrl.ocx#Version=4,73,8561,0"> codebase="hhctrl.ocx#Version=4,73,8561,0" > codebase="hhctrl.ocx#Version=4,73,8561,0" >
 
  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
Document.ActiveLayer 

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

Delete

GetExtensionDictionary

GetXData

SetXData

Properties

Application

Description

Document

Freeze

Handle

HasExtensionDictionary

LayerOn

Linetype

Lineweight

Lock

Material

Name

ObjectID

ObjectName

OwnerID

PlotStyleName

Plottable

TrueColor

Used

ViewportDefault  

Events

Modified  

 

   Comments?