This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFillSymbol Interface > IFillSymbol.Outline Property (ArcObjects .NET 10.5 SDK) |
Line symbol of fill outline.
[Visual Basic .NET] Public Property Outline As ILineSymbol
[C#] public ILineSymbol Outline {get; set;}
[C++]
HRESULT get_Outline(
ILineSymbol** outlineSym
);
[C++]
HRESULT put_Outline(
ILineSymbol* outlineSym
);
[C++]
Parameters outlineSym [out, retval]
outlineSym is a parameter of type ILineSymbol outlineSym [in]
outlineSym is a parameter of type ILineSymbol
Outline is the border for a FillSymbol object. Any ILineSymbol object can be used.