ArcObjects Library Reference (Carto)  

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