Previous Document Next Document
Layer.Name

Property Name As String

Member of Layer

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

The following code example displays the name of the active layer in a message box:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.