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


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

IElement.SelectionTracker Property

Selection tracker used by this element.

[Visual Basic .NET]
Public ReadOnly Property SelectionTracker As ISelectionTracker
[C#]
public ISelectionTracker SelectionTracker {get;}
[C++]
HRESULT get_SelectionTracker(
  ISelectionTracker** tracker
);
[C++]
Parameters
tracker [out, retval]

tracker is a parameter of type ISelectionTracker**

Product Availability

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

Remarks

SelectionTracker returns the ISelectionTracker used by the element. Elements have associated selection tracker objects which provide reshaping functionality.  For example, in ArcMap after adding an element, the element is drawn with a selection tracker around it and users can then drag one of the selection handles on the selection tracker to modify the element's shape.

See Also

IElement Interface | IElementEditVertices Interface

.NET Samples

Move a graphic along a path in ArcMap