com.esri.arcgis.carto
Interface IFeatureSelectionRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFeatureSelectionRendererProxy, NAStopRenderer

public interface IFeatureSelectionRenderer
extends java.io.Serializable

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

Description: 'Provides access to members that control functionality common to all feature selection renderers.' 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 IIDa0439f35_1298_48c4_b536_985ac09f8e30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getSelectionColor()
          Selection color.
 void setSelectionColor(IColor color)
          Selection color.
 

Field Detail

IIDa0439f35_1298_48c4_b536_985ac09f8e30

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

setSelectionColor

void setSelectionColor(IColor color)
                       throws java.io.IOException,
                              AutomationException
Selection color.

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

getSelectionColor

IColor getSelectionColor()
                         throws java.io.IOException,
                                AutomationException
Selection color.

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