com.esri.arcgis.carto
Interface IFeatureSelectionRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
NAStopRenderer

public interface IFeatureSelectionRenderer
extends Serializable

Provides access to members that control functionality common to all feature selection renderers.

Product Availability

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


Method Summary
 IColor getSelectionColor()
          Selection color.
 void setSelectionColor(IColor color)
          Selection color.
 

Method Detail

setSelectionColor

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

Product Availability

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

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

getSelectionColor

IColor getSelectionColor()
                         throws IOException,
                                AutomationException
Selection color.

Product Availability

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

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