This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the inset map surrounds.
Description | ||
---|---|---|
CalculateVisibleBounds | Calculates the visible bounds by applying the zoom or scale parameter to MapBounds (used when snapshot is false). | |
Description | Description reflecting the current settings of the MapInset. | |
FullExtent | The maximum extent shown by the inset. | |
GetDeviceFrame | Pixel extent of the inset. | |
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. | |
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. | |
ReferenceScale | Reference scale of the inset. | |
SetDeviceFrame | Pixel extent of the inset. | |
UsingZoomScale | Indicates if ZoomScale or ZoomPercent is being used. The one specified last is being used. | |
VisibleBounds | The map extent shown by the inset (used when the inset is not live). | |
ZoomPercent | Zoom amount as a percentage. 100 means show the underlying map at normal size. | |
ZoomScale | The zoom amount as an absolute Scale (i.e., 1:20000). |
CoClasses and Classes | Description |
---|---|
ImageInset | A map surround for displaying an inset. |
MapInset | A map surround for displaying an inset. |