Previous Document Next Document

Object Model Reference : Classes : L : Layer : Properties : Layer.Name


Layer.Name

Property Name As String

Description

Member of Layer

The Name property returns or specifies the name of a layer.

VBA example

The following VBA example displays, in a message box, the name of the active layer.

Sub Test()
 MsgBox "Active Layer is " & ActiveLayer.Name
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.