This document is archived and information here might be outdated. Recommended version. |
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*