This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElement Interface > IElement.SelectionTracker Property (ArcObjects .NET 10.4 SDK) |
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
IElement Interface | IElementEditVertices Interface