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


IOverview2.AoiFillSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IOverview2.AoiFillSymbol Property

Fill symbol used to display the area of interest.

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

IOverview2 Interface