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


ISelectionTracker.Deactivate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Deactivate Method
ArcGIS Developer Help

ISelectionTracker.Deactivate Method

Cancel tracking.

[Visual Basic .NET]
Public Function Deactivate ( _
) As Boolean
[C#]
public bool Deactivate (
);
[C++]
HRESULT Deactivate(
void
);

Product Availability

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

See Also

ISelectionTracker Interface