ArcObjects Library Reference (Carto)  

IDoubleFillScaleBar.FillSymbol1 Property

Symbol used to draw the bar.

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