This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingLabelDraw Interface > ITrackingLabelDraw.DrawLayerLabels Method (ArcObjects .NET 10.4 SDK) |
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