Provides access to members that control the Element edit vertices object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
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.
Members
Description | ||
---|---|---|
GetMoveVerticesSelectionTracker | Selection tracker to move points used by this element. | |
MovingVertices | Indicates if this element is moving its vertices. |
CoClasses that implement IElementEditVertices
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. |