This document is archived and information here might be outdated. Recommended version. |
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*