This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw outlines.
[Visual Basic .NET] Public Property OutlineSymbol As IFillSymbol
[C#] public IFillSymbol OutlineSymbol {get; set;}
[C++]
HRESULT get_OutlineSymbol(
IFillSymbol* Symbol
);
[C++]
HRESULT put_OutlineSymbol(
IFillSymbol** Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type IFillSymbol* Symbol [out, retval]
Symbol is a parameter of type IFillSymbol**