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


IDoubleFillScaleBar.FillSymbol2 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDoubleFillScaleBar Interface > IDoubleFillScaleBar.FillSymbol2 Property
ArcGIS Developer Help

IDoubleFillScaleBar.FillSymbol2 Property

Symbol used to draw the bar.

[Visual Basic .NET]
Public Property FillSymbol2 As IFillSymbol
[C#]
public IFillSymbol FillSymbol2 {get; set;}
[C++]
HRESULT get_FillSymbol2(
  IFillSymbol** Symbol
);
[C++]
HRESULT put_FillSymbol2(
  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

IDoubleFillScaleBar Interface