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


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

IElementEditVertices Interface

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

Name Description
Method GetMoveVerticesSelectionTracker Selection tracker to move points used by this element.
Read/write property MovingVertices Indicates if this element is moving its vertices.

Classes that implement IElementEditVertices

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.