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
piLayerToDrawpiLayerToDraw is a parameter of type ILayer
piDisplaypiDisplay is a parameter of type IDisplay
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.