com.esri.arcgis.display
Interface IMarkerBackgroundSupport

All Superinterfaces:
Serializable
All Known Implementing Classes:
BarChartSymbol, MultiLayerMarkerSymbol, PieChartSymbol, StackedChartSymbol

public interface IMarkerBackgroundSupport
extends Serializable

Provides access to members that control the marker background support.

Product Availability

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


Method Summary
 IMarkerBackground getBackground()
          The marker background.
 void setBackgroundByRef(IMarkerBackground background)
          The marker background.
 

Method Detail

getBackground

IMarkerBackground getBackground()
                                throws IOException,
                                       AutomationException
The marker background.

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.IMarkerBackground
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundByRef

void setBackgroundByRef(IMarkerBackground background)
                        throws IOException,
                               AutomationException
The marker background.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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