com.esri.arcgis.carto
Interface IMXFeatureFindData

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMXFeatureFindDataProxy

public interface IMXFeatureFindData
extends java.io.Serializable

COM Interface 'IMXFeatureFindData'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to Data assoc to each row in the MxFind dialog when finding features.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDe992bc10_0df2_4bec_b3d5_a9d8967a5fc8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActiveView getActiveView()
          The active view.
 void setActiveViewByRef(IActiveView ppActiveView)
          The active view.
 

Field Detail

IIDe992bc10_0df2_4bec_b3d5_a9d8967a5fc8

static final int IIDe992bc10_0df2_4bec_b3d5_a9d8967a5fc8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getActiveView

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

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

setActiveViewByRef

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

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