com.esri.arcgis.carto
Interface IMXFeatureFindData

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMXFeatureFindDataProxy

public interface IMXFeatureFindData
extends Serializable

Provides access to Data assoc to each row in the MxFind dialog when finding features.

Product Availability

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


Method Summary
 IActiveView getActiveView()
          The active view.
 void setActiveViewByRef(IActiveView ppActiveView)
          The active view.
 

Method Detail

getActiveView

IActiveView getActiveView()
                          throws IOException,
                                 AutomationException
The active view.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setActiveViewByRef

void setActiveViewByRef(IActiveView ppActiveView)
                        throws IOException,
                               AutomationException
The active view.

Product Availability

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

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