Overlays Property
Overlays returns an Overlays collection. This is a read-only property.
Syntax
object.Overlays
Example
This example demonstrates how to break apart a contour map from the Overlays collection and assign it to a new map coordinate system named MapFrame2.
Dim MapFrame2 As Object
Set MapFrame2 = MapFrame.Overlays.BreakApart(pOverlay:=ContourLayer)
Used by: MapFrame object