This document is archived and information here might be outdated.  Recommended version.


IMapInset2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface
ArcGIS Developer Help

IMapInset2 Interface

Provides access to members that control the inset map surrounds.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CalculateVisibleBounds Calculates the visible bounds by applying the zoom or scale parameter to MapBounds (used when snapshot is false).
Read-only property Description Description reflecting the current settings of the MapInset.
Read/write property FullExtent The maximum extent shown by the inset.
Method GetDeviceFrame Pixel extent of the inset.
Read/write property IsLive Indicates if the inset shows a live view of the underlying map. False means a snapshot of the underlying map is taken at the time the flag is changed.
Read/write property MapBounds The relative position of the inset to the associated map (used when the inset is live). The zoom amount is applied to this rectangle to determine the visible bounds that is actually drawn.
Read/write property ReferenceScale Reference scale of the inset.
Method SetDeviceFrame Pixel extent of the inset.
Read-only property UsingZoomScale Indicates if ZoomScale or ZoomPercent is being used. The one specified last is being used.
Read/write property VisibleBounds The map extent shown by the inset (used when the inset is not live).
Read/write property ZoomPercent Zoom amount as a percentage. 100 means show the underlying map at normal size.
Read/write property ZoomScale The zoom amount as an absolute Scale (i.e., 1:20000).

Classes that implement IMapInset2

Classes Description
ImageInset A map surround for displaying an inset.
MapInset A map surround for displaying an inset.