This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverview2 Interface > IOverview2.AoiFillSymbol Property (ArcObjects .NET 10.4 SDK) |
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