This document is archived and information here might be outdated.  Recommended version.


IEventRenderer.DrawFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventRenderer Interface > IEventRenderer.DrawFeature Method
ArcGIS Developer Help

IEventRenderer.DrawFeature Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IEventRenderer Interface