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.