The Graphic Element to display markers.
| Interfaces | Description |
|---|---|
| IBoundsProperties | Provides access to members that control Bounds Properties. |
| IClone | 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. |
| IGraphicElement | Provides access to members that control the Graphic Element object. |
| IMarkerElement | Provides access to members that control the Marker element. |
| IPersistStream | |
| IPropertySupport | Provides access to members that set a default property on an object. |
| ITransform2D | Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.). |
MarkerElement objects are point graphics (elements) placed on the map. The default 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 manipulate the marker symbol being used to display the element.
IGraphicElement Interface | IElement Interface