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


IMarkerSymbol Interface (ArcObjects .NET 10.4 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

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
ArrowMarkerSymbol A marker symbol created from a predefined arrow.
BarChartSymbol Defines a bar chart symbol.
CharacterMarker3DSymbol (esri3DAnalyst) 3D Character Marker Symbol component.
CharacterMarkerSymbol A marker symbol based on a character from a font.
Marker3DSymbol (esri3DAnalyst) 3D Marker Symbol component.
MultiLayerMarkerSymbol A marker symbol that contains one or more layers.
PictureMarkerSymbol A marker symbol based on either a BMP or an EMF picture.
PieChartSymbol Defines a pie chart symbol.
SimpleMarker3DSymbol (esri3DAnalyst) Simple 3D Marker Symbol component.
SimpleMarkerSymbol A marker symbol comprised of a predefined set of styles.
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

Create Marker Symbol From MOLE Cached Graphic | Add North Arrow | 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