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


ITrackSymbologyRenderer.Draw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITrackSymbologyRenderer.Draw Method

Draws features from the specified cursor on the given display.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal cursor As IFeatureCursor, _
    ByVal drawPhase As esriDrawPhase, _
    ByVal display As IDisplay, _
    ByVal trackCancel As ITrackCancel _
)
[C#]
public void Draw (
    IFeatureCursor cursor,
    esriDrawPhase drawPhase,
    IDisplay display,
    ITrackCancel trackCancel
);
[C++]
HRESULT Draw(
  IFeatureCursor* cursor,
  esriDrawPhase drawPhase,
  IDisplay* display,
  ITrackCancel* trackCancel
);
[C++]

Parameters cursor [in]
cursor is a parameter of type IFeatureCursor drawPhase [in]
drawPhase is a parameter of type esriDrawPhase display [in]
display is a parameter of type IDisplay trackCancel [in]
trackCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITrackSymbologyRenderer Interface