Description

An McDisplayOverlays collection of McGraphOverlay instances

Property type

A McDisplayOverlays object.  

Syntax

object.DisplayOverlays

The DisplayOverlays Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFeatures.

Remarks

This property allows access to a collection of McGraphOverlay instances that are linked to features. One McGraphOverlay is automatically created and added to the collection the first time that this property is accessed.

You will normally not need to use this collection since the AutoDisplay and AutoDisplayOverlays give direct access to its most commonly needed elements.

One McGraphOverlay named “DefaultOverlay” is automatically created and added to the collection the first time that this property is accessed. This automatically created McGraphOverlay will always have index value zero, and it is assigned as the initial McDisplayOverlays.MasterOverlay property. If the McFeatures has an McImage parent, then the newly created overlay will become a client of the parent McImage.Views property.