ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.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

ITemporalRenderer Interface