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


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

ITrackingLabelDraw.DrawLayerLabels Method

Draws the labels for a particular layer to the display object.

[Visual Basic .NET]
Public Sub DrawLayerLabels ( _
    ByVal piLayerToDraw As ILayer, _
    ByVal piDisplay As IDisplay _
)
[C#]
public void DrawLayerLabels (
    ILayer piLayerToDraw,
    IDisplay piDisplay
);
[C++]
HRESULT DrawLayerLabels(
  ILayer* piLayerToDraw,
  IDisplay* piDisplay
);
[C++]
Parameters
piLayerToDraw 

piLayerToDraw is a parameter of type ILayer* piDisplay
piDisplay is a parameter of type IDisplay*

Product Availability

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

See Also

ITrackingLabelDraw Interface