com.esri.arcgis.carto
Interface IIdentifyObjWindow
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IIdentifyObjWindowProxy
public interface IIdentifyObjWindow
- extends Serializable
Provides access to members that control the window returned from an object that implements IIdentifyObj.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
isUseWindow()
Indicates if the hWnd window handle of an object implementing IIdentifyObj should be used. |
isUseWindow
boolean isUseWindow()
throws IOException,
AutomationException
- Indicates if the hWnd window handle of an object implementing IIdentifyObj should be used.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The useWindow
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.