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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Boolean indicator to draw an outline around the marker. False is the default Outline.