This document is archived and information here might be outdated.  Recommended version.


ISimpleMarkerSymbol.Outline Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleMarkerSymbol Interface > ISimpleMarkerSymbol.Outline Property
ArcGIS Developer Help

ISimpleMarkerSymbol.Outline Property

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(
  Boolean* Outline
);
[C++]
HRESULT put_Outline(
  VARIANT_BOOL Outline
);
[C++]
Parameters
Outline [out, retval]

Outline is a parameter of type bool* Outline [in]
Outline is a parameter of type 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.

See Also

ISimpleMarkerSymbol Interface

.NET Samples

Create a custom tool Custom UI elements using add-ins