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


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

ITrackingLabelEngine.RemoveLayerLabels Method

Remove labels from a given layer.

[Visual Basic .NET]
Public Sub RemoveLayerLabels ( _
    ByVal piLayer As ILayer _
)
[C#]
public void RemoveLayerLabels (
    ILayer piLayer
);
[C++]
HRESULT RemoveLayerLabels(
  ILayer* piLayer
);
[C++]

Parameters piLayer [in]
piLayer is a parameter of type ILayer

Product Availability

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

See Also

ITrackingLabelEngine Interface