This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleMarkerSymbol Interface > ISimpleMarkerSymbol.Outline Property (ArcObjects .NET 10.5 SDK) |
Indicates if the symbol outline will draw.
[Visual Basic .NET] Public Property Outline As Boolean
[C#] public bool Outline {get; set;}
[C++]
HRESULT get_Outline(
VARIANT_BOOL* Outline
);
[C++]
HRESULT put_Outline(
VARIANT_BOOL Outline
);
[C++]
Parameters Outline [out, retval] Outline is a parameter of type VARIANT_BOOL Outline [in] Outline is a parameter of type VARIANT_BOOL
Boolean indicator to draw an outline around the marker. False is the default Outline.