com.esri.arcgis.carto
Interface ISingleFillScaleBar

All Superinterfaces:
Serializable
All Known Implementing Classes:
SingleDivisionScaleBar

public interface ISingleFillScaleBar
extends Serializable

Provides access to members that control a scale bar that uses a single fill symbol to draw bar.

Remarks

ISingleFillScaleBar defines the unique FillSymbol used to draw a single fill scale bar.

See also IScaleBar.

Product Availability

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


Method Summary
 IFillSymbol getFillSymbol()
          Symbol used to draw the bar.
 void setFillSymbol(IFillSymbol symbol)
          Symbol used to draw the bar.
 

Method Detail

getFillSymbol

IFillSymbol getFillSymbol()
                          throws IOException,
                                 AutomationException
Symbol used to draw the bar.

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

setFillSymbol

void setFillSymbol(IFillSymbol symbol)
                   throws IOException,
                          AutomationException
Symbol used to draw the bar.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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