ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.Draw Method

Draws the layer to the specified display for the given draw phase.

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

Parameters

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

ITemporalLayer Interface