com.esri.arcgis.carto
Interface IBufferProcessingSymbology

All Superinterfaces:
Serializable
All Known Implementing Classes:
IBufferProcessingSymbologyProxy

public interface IBufferProcessingSymbology
extends Serializable

Provides access to members that set and retrieve symbology to be applied for buffer output.

Product Availability

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


Method Summary
 IColorRamp getColorRamp()
          Color ramp that is used for applying the symbology to the buffer output.
 void setColorRampByRef(IColorRamp ppColorRamp)
          Color ramp that is used for applying the symbology to the buffer output.
 

Method Detail

setColorRampByRef

void setColorRampByRef(IColorRamp ppColorRamp)
                       throws IOException,
                              AutomationException
Color ramp that is used for applying the symbology to the buffer output.

Product Availability

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

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

getColorRamp

IColorRamp getColorRamp()
                        throws IOException,
                               AutomationException
Color ramp that is used for applying the symbology to the buffer output.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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