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


esriSimpleMarkerStyle Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

esriSimpleMarkerStyle Constants

Simple marker symbol styles.

Constant Value Description
esriSMSCircle 0 The marker is a circle.
esriSMSSquare 1 The marker is a square.
esriSMSCross 2 The marker is a cross.
esriSMSX 3 The marker is an X.
esriSMSDiamond 4 The marker is a diamond.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Snippets

Create Simple Marker Symbol

.NET Samples

Executing geoprocessing tools in the background (Code Files: RunGPForm) | GraphicTracker with the map (Code Files: GTMapForm) | ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm) | Creating a toolbar of globe tools (Code Files: PointElement) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool