This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementEditVertices Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the Element edit vertices object.
IElementEditVertices allows the user access to the selection tracker being used to edit the vertices of a TextElement or LineElement graphic.
Use this interface when you want to control how a user manipulates the element with the ISelectionTracker.
Description | ||
---|---|---|
GetMoveVerticesSelectionTracker | Selection tracker to move points used by this element. | |
MovingVertices | Indicates if this element is moving its vertices. |
CoClasses and Classes | Description |
---|---|
DisplacementLinkElement (esriEditorExt) | The Graphic Element to display adjustment links. |
LineElement | The Graphic Element to display lines. |
ParagraphTextElement | The Graphic Element to display text which flows into an area geometry. |
PMFTitleTextElement | The Graphic Element to display dynamic PMF titles. |
PolygonElement | The Graphic Element to display polygons. |
TextElement | The Graphic Element to display text. |