Object Model Reference : Classes : L : Layer : Properties : Layer.Name |
Property Name As String
Member of Layer
The Name property returns or specifies the name of a layer.
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 |
Copyright 2013 Corel Corporation. All rights reserved.