|  | This document is archived and information here might be outdated. Recommended version. | 
Draws the feature on the display.
[Visual Basic .NET] Public Sub Draw ( _ ByVal drawPhase As esriDrawPhase, _ ByVal Display As IDisplay, _ ByVal symbol As ISymbol, _ ByVal symbolInstalled As Boolean, _ ByVal Geometry As IGeometry, _ ByVal drawStyle As esriDrawStyle _ )
[C#] public void Draw ( esriDrawPhase drawPhase, IDisplay Display, ISymbol symbol, bool symbolInstalled, IGeometry Geometry, esriDrawStyle drawStyle );
[C++]
HRESULT Draw(
  esriDrawPhase drawPhase,
  IDisplay* Display,
  ISymbol* symbol,
  VARIANT_BOOL symbolInstalled,
  IGeometry* Geometry,
  esriDrawStyle drawStyle
);
[C++] Parameters drawPhase [in]
drawPhase is a parameter of type esriDrawPhase Display [in]
Display is a parameter of type IDisplay* symbol [in]
symbol is a parameter of type ISymbol* symbolInstalled [in]
symbolInstalled is a parameter of type bool Geometry [in]
Geometry is a parameter of type IGeometry* drawStyle [in]
drawStyle is a parameter of type esriDrawStyle