This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventRenderer Interface > IEventRenderer.DrawFeature Method (ArcObjects .NET 10.5 SDK) |
Draws a feature on the map.
[Visual Basic .NET] Public Sub DrawFeature ( _ ByVal piFeature As IFeature, _ ByVal piColor As IColor, _ ByVal enumDrawPhase As esriDrawPhase, _ ByVal piDisplay As IDisplay, _ ByVal piTrackCancel As ITrackCancel _ )
[C#] public void DrawFeature ( IFeature piFeature, IColor piColor, esriDrawPhase enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel );
[C++]
HRESULT DrawFeature(
IFeature* piFeature,
IColor* piColor,
esriDrawPhase enumDrawPhase,
IDisplay* piDisplay,
ITrackCancel* piTrackCancel
);
[C++]
Parameters piFeature [in]
piFeature is a parameter of type IFeature piColor [in]
piColor is a parameter of type IColor enumDrawPhase [in]
enumDrawPhase is a parameter of type esriDrawPhase piDisplay [in]
piDisplay is a parameter of type IDisplay piTrackCancel [in]
piTrackCancel is a parameter of type ITrackCancel