Description

Read/write property indicating whether this overlay is visible or not.

Property type

A Boolean value.  

Syntax

object.Visible [= value]

The Visible Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphOverlay.
valueA Boolean value.

Remarks

Setting this property to false sets the McViews.Client to Nothing, which makes the overlay invisible and prevents any user interaction. This is sometimes useful to avoid window redisplay while creating a large number of objects. It is also used when assigning to the IMcFeatures.DisplayOverlays.MasterGraphOverlay to make only one overlay in the DisplayOverlays collection visible.

When a new McGraphOverlay instance is created, Visible is initially TRUE.