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


ITrackingLabelDraw.DrawLayerLabels Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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