ArcObjects Library Reference (TrackingAnalyst)  

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