This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalRenderer Interface > ITemporalRenderer.Draw Method (ArcObjects .NET 10.4 SDK) |
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