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


ISimpleMarkerSymbol Interface (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
ArcGIS Developer Help

ISimpleMarkerSymbol Interface

Provides access to members that control the simple marker symbol.

Product Availability

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

Description

ISimpleMarkerSymbol is used to create a marker symbol comprised of a predefinded set of styles. The availble styles are provided by the esriSimpleMarkerStyle enumeration. Optionally, an Outline may be placed around the outside edge of the symbol. Use the IMarkerSymbol interface to set additional properties for ISimpleMarkerSymbols.

Members

Name Description
Read/write property Angle Marker symbol angle.
Read/write property Color Marker symbol color.
Read/write property Outline Indicates if the symbol outline will draw.
Read/write property OutlineColor Outline color.
Read/write property OutlineSize Outline diameter.
Read/write property Size Marker symbol size.
Read/write property Style Marker style.
Read/write property XOffset Symbol X-axis offset from point location.
Read/write property YOffset Symbol Y-axis offset from point location.

Inherited Interfaces

Interfaces Description
IMarkerSymbol Provides access to members that control marker symbols.

Classes that implement ISimpleMarkerSymbol

Classes Description
SimpleMarkerSymbol A marker symbol comprised of a predefined set of styles.

.NET Samples

Angle Angle shape constructor Create a custom tool Custom UI elements using add-ins Creating a toolbar of globe tools Executing geoprocessing tools in the background Add a traversal result to the map ArcGIS Network Analyst extension barrier location editor