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


IOverview.AoiFillSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview Interface > IOverview.AoiFillSymbol Property
ArcGIS Developer Help

IOverview.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

IOverview Interface