ArcObjects Library Reference (TrackingAnalyst)  

ITrackingLabelEngine.Draw Method

Draws the labels to the map display.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal piDisplay As IDisplay _
)
[C#]
public void Draw (
    IDisplay piDisplay
);
[C++]
HRESULT Draw(
  IDisplay* piDisplay
);
[C++]

Parameters

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

ITrackingLabelEngine Interface