ActiveLayer Property

Specifies the active layer.

See Also | Example

Signature

object.ActiveLayer

object

Document
The object or objects this property applies to.

ActiveLayer

Layer object; read-write
The layer that is currently active.

Remarks

New objects are placed on the active layer as they are created. To change the layer on which an existing object resides, use the Layer property for that object.

To create a new layer, use the Add method.

To change the visibility or another property of a layer, refer to the Layer object.

 

   Comments?