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


IMarkerSymbol Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerSymbol Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IMarkerSymbol Interface

Provides access to members that control marker symbols.

Product Availability

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

Description

IMarkerSymbol is the primary interface for all marker symbols in ArcMap. All other marker symbol interfaces inherit the properties and methods of IMarkerSymbol.

Members

Name Description
Read/write property Angle Marker symbol angle.
Read/write property Color Marker symbol color.
Read/write property Size Marker symbol size.
Read/write property XOffset Symbol X-axis offset from point location.
Read/write property YOffset Symbol Y-axis offset from point location.

CoClasses that implement IMarkerSymbol

CoClasses and Classes Description
BarChartSymbol Defines a bar chart symbol.
PieChartSymbol Defines a pie chart symbol.
StackedChartSymbol Defines a stacked chart symbol.
TextMarkerSymbol (esriTrackingAnalyst) Class used to create a text marker symbol used to symbolize point geometries.

See Also

IMultiLayerMarkerSymbol Interface | IArrowMarkerSymbol Interface | IPictureMarkerSymbol Interface | ICharacterMarkerSymbol Interface | ICartographicMarkerSymbol Interface | IMarkerSymbol Interface

.NET Snippets

Add North Arrow | Create Marker Symbol From MOLE Cached Graphic | Add Graphics Layer to Globe

.NET Samples

3D dynamic element tracking (Code Files: TrackDynamicObject) | Visualizing the camera path while animating (Code Files: VisualizeCameraPath) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) | Creating a toolbar of globe tools (Code Files: PointElement StyleElement) | Multivariate renderer (Code Files: MultivariateRenderer) | Time Series Graph tool add-in (Code Files: TimeSeriesGraph)

.NET Related Topics

DisplayUI