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


ITrackingLabelEngine.RemoveAllLabels Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLabelEngine Interface > ITrackingLabelEngine.RemoveAllLabels Method
ArcGIS Developer Help

ITrackingLabelEngine.RemoveAllLabels Method

Removes all labels from the map display.

[Visual Basic .NET]
Public Sub RemoveAllLabels ( _
)
[C#]
public void RemoveAllLabels (
);
[C++]
HRESULT RemoveAllLabels(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackingLabelEngine Interface