ArcObjects Library Reference (Display)  

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(
  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.

See Also

ISimpleMarkerSymbol Interface

.NET Snippets

Add Graphic to Map

.NET Samples

Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool