A map surround for displaying an overview.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IBoundsProperties | Provides access to members that control Bounds Properties. |
IClone (esriSystem) | Provides access to members that control cloning of objects. |
IConnectionPointContainer | Supports connection points for connectable objects. |
IMapSurround | Provides access to members that control the map surround. |
IOverview | Provides access to members that control the overview. |
IOverview2 | Provides access to members that control the overview. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IQuerySize | Provides access to means to getting the size of an element. |
Event Interfaces
Interfaces | Description |
---|---|
IMapSurroundEvents (default) | Provides access to events that occur when the state of the map surrounds changes. |
Working with Events
[Visual Basic 6.0]
When working with Overview's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pOverview as Overview