com.esri.arcgis.carto
Interface IIdentifyDisplay
- All Superinterfaces: 
 - Serializable
 
- All Known Implementing Classes: 
 - CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IIdentifyDisplayProxy, ImageServerLayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer
 
public interface IIdentifyDisplay
- extends Serializable
 
Provides access to members that will identify based on display.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
identifyEx
IArray identifyEx(IDisplay pDisplay,
                  IGeometry pGeom,
                  ITrackCancel pTrackCancel)
                  throws IOException,
                         AutomationException
- Identifies objects at the specified location for the given display.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Parameters:
 pDisplay - A reference to a com.esri.arcgis.display.IDisplay  (in)pGeom - A reference to a com.esri.arcgis.geometry.IGeometry  (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel  (in)
- Returns:
 - A reference to a com.esri.arcgis.system.IArray
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.