This document is archived and information here might be outdated.  Recommended version.


ISingleFillScaleBar.FillSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISingleFillScaleBar Interface > ISingleFillScaleBar.FillSymbol Property
ArcGIS Developer Help

ISingleFillScaleBar.FillSymbol Property

Symbol used to draw the bar.

[Visual Basic .NET]
Public Property FillSymbol As IFillSymbol
[C#]
public IFillSymbol FillSymbol {get; set;}
[C++]
HRESULT get_FillSymbol(
  IFillSymbol** Symbol
);
[C++]
HRESULT put_FillSymbol(
  IFillSymbol* Symbol
);
[C++]
Parameters
Symbol [out, retval]

Symbol is a parameter of type IFillSymbol** Symbol [in]
Symbol is a parameter of type IFillSymbol*

Product Availability

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

See Also

ISingleFillScaleBar Interface