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

Visualizing the camera path while animating (Code Files: VisualizeCameraPath) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Geoevents in a MapControl (Code Files: GeoEvents) | Creating a toolbar of globe tools (Code Files: PointElement StyleElement) | Triangle graphic element (Code Files: TriangleElementClass) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Create a custom tool | Implementing persistence