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


ITrackingTextLabel.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackingTextLabel Interface > ITrackingTextLabel.Draw Method
ArcGIS Developer Help

ITrackingTextLabel.Draw Method

Draws the label 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

ITrackingTextLabel Interface