com.esri.arcgis.arcmapui
Interface ISelectFeaturesOperation

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISelectFeaturesOperationProxy, SelectFeaturesOperation

public interface ISelectFeaturesOperation
extends java.io.Serializable

COM Interface 'ISelectFeaturesOperation'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Select Features operation.' 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 IID347cb77f_0f2a_11d4_9fec_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setActiveViewByRef(IActiveView rhs1)
          The active view (for refresh).
 void setLayerByRef(ILayer rhs1)
          The layer from which to select features.
 void setSelectionSetByRef(ISelectionSet rhs1)
          The selection set.
 

Field Detail

IID347cb77f_0f2a_11d4_9fec_00c04f6bc78e

static final int IID347cb77f_0f2a_11d4_9fec_00c04f6bc78e
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

setLayerByRef

void setLayerByRef(ILayer rhs1)
                   throws java.io.IOException,
                          AutomationException
The layer from which to select features.

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

setSelectionSetByRef

void setSelectionSetByRef(ISelectionSet rhs1)
                          throws java.io.IOException,
                                 AutomationException
The selection set.

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

setActiveViewByRef

void setActiveViewByRef(IActiveView rhs1)
                        throws java.io.IOException,
                               AutomationException
The active view (for refresh).

Parameters:
rhs1 - 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.