ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.Draw Method

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

[Visual Basic 6.0]
Sub Draw(
    ByVal drawPhase As esriDrawPhase, _
    ByVal display As IDisplay, _
    ByVal trackCancel As ITrackCancel _
)
[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
);
[Java]
public void draw (
    esridrawPhase drawPhase,
    IDisplay display,
    ITrackCancel trackCancel
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page