ArcObjects Library Reference (Carto)  

IMarkerElement Interface

Provides access to members that control the Marker element.

Product Availability

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

When To Use

IMarkerElement is the default interface of the MarkerElement coclass and is only implemented by that object.

Use this interface when you want to retrieve or set the symbol being used to draw the point element (graphic).

Members

Description
Read/write property Symbol Marker symbol this element uses to draw itself.

CoClasses that implement IMarkerElement

CoClasses and Classes Description
IdentityLinkElement (esriEditorExt) The Graphic Element to display identity links.
MarkerElement The Graphic Element to display markers.

.NET Snippets

Add Graphics Layer to Globe | Add Graphic to Map |

.NET Samples

Arranging MOLE graphics using manual decluttering (Code Files: MainForm) | Create a custom tool (Code Files: DrawGraphicLine) | Creating a toolbar of globe tools (Code Files: PointElement StyleElement) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Decluttering MOLE graphics using leadering and stacking (Code Files: MainForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Triangle graphic element (Code Files: TriangleElementClass) | Using MOLE symbol-based graphics with interactive maps (Code Files: MainForm) | Visualizing the camera path while animating (Code Files: VisualizeCameraPath) |

.NET Related Topics

Create a custom tool | Implementing persistence |