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


IMarkerElement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMarkerElement Interface
ArcGIS Developer Help

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

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

Classes that implement IMarkerElement

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

.NET Samples

Create a custom tool Custom UI elements using add-ins Creating a toolbar of globe tools Creating a toolbar of globe tools Geoevents in a MapControl Triangle graphic element Visualizing the camera path while animating