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


ITrackingLabelEngine.RemoveAllLabels Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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