The ShowLayerManager property shows or hides the Layer Manager. Returns a Boolean. The Layer Manager is not used in MapViewer 8.
Syntax
object.ShowLayerManager
object.ShowLayerManager = Show
Parameter |
Type |
Description |
Show |
Boolean |
required; true to show the Layer Manager |
Example 1
This example returns the visibility of the Layer Manager.
Debug.Print Plot.ShowLayerManager
Example 2
This example makes the Layer Manager visible.
Plot.ShowLayerManager = True
Used by: PlotDocument object