com.esri.arcgis.arcmapui
Interface IMapInsetWindow

All Superinterfaces:
IDataWindow, ILensWindow, Serializable
All Known Implementing Classes:
ImageInsetWindow, IMapInsetWindowProxy, MapInsetWindow

public interface IMapInsetWindow
extends ILensWindow, Serializable

Provides access to members that control the Map Inset Window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void flashLocation()
          Draw leader lines from the inset to the location on the map shown by the inset.
 IMapInset getMapInset()
          The MapInset used by this window.
 void setMapInsetByRef(IMapInset mapInset)
          The MapInset used by this window.
 
Methods inherited from interface com.esri.arcgis.arcmapui.ILensWindow
getScreenDisplay, isLive, isUpdateWhileDragging, setIsLive, setUpdateWhileDragging
 
Methods inherited from interface com.esri.arcgis.arcmapui.IDataWindow
getHWnd, isDockable, isVisible, putPosition, queryPosition, refresh, setApplicationByRef, show
 

Method Detail

getMapInset

IMapInset getMapInset()
                      throws IOException,
                             AutomationException
The MapInset used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.IMapInset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapInsetByRef

void setMapInsetByRef(IMapInset mapInset)
                      throws IOException,
                             AutomationException
The MapInset used by this window.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
mapInset - A reference to a com.esri.arcgis.carto.IMapInset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flashLocation

void flashLocation()
                   throws IOException,
                          AutomationException
Draw leader lines from the inset to the location on the map shown by the inset.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.