BaseName Property (LayerBase)
In This Topic
Gets a one word description of the item type (e.g. "Layer"). Also used to automatically generate new items' names.
Syntax
'Declaration
Public MustOverride ReadOnly Property BaseName As String
public abstract string BaseName {get;}
See Also