ArcObjects Library Reference (Carto)  

MarkerElement CoClass

The Graphic Element to display markers.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IBoundsProperties Provides access to members that control Bounds Properties.
IClone (esriSystem) Provides access to members that control cloning of objects.
IElement Provides access to members that control the Element.
IElementProperties Provides access to members that control the Element Properties.
IElementProperties2 Provides access to members that control More Element Properties.
IElementProperties3 Provides access to members that control More Element Properties.
IGraphicElement Provides access to members that control the Graphic Element object.
IMarkerElement Provides access to members that control the Marker element.
IPersistStream (esriSystem)
IPropertySupport (esriSystem) Provides access to members that set a default property on an object.
ITransform2D (esriGeometry) Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.).
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

MarkerElement objects are point graphics (elements) placed on the map.  The primary interface for the coclass is IMarkerElement, which allows access to the symbol being used to display the point element.

Use this object when you want to add an element for a point geometry to a graphics container.

Geometry: MarkerElement accepts geometry of type esriGeometryPoint.  The Point is used as the geometry with which the symbol is drawn.

See Also

IGraphicElement Interface | IElement Interface