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.