ShowObjectCoordMananger Property

 

The ShowObjectCoordManager property shows or hides the Coordinates Manager. Returns a Boolean.

 

Syntax

object.ShowObjectCoordManager

object.ShowObjectCoordManager = Show

 

Parameter

Type

Description

Show

Boolean

required; true to show the Coordinates Manager

 

Example

    'ShowObjectCoordManager

    'Hide the Coordinates Manager

    Plot.ShowObjectCoordManager = False

 

    'Show the Coordinates Manager

    Plot.ShowObjectCoordManager = True

 

Used by: PlotDocument object