ArcObjects Library Reference (GeoDatabase)  

IFeatureDraw.Draw Method

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 VARIANT_BOOL Geometry [in]

  Geometry is a parameter of type IGeometry

drawStyle [in]

  drawStyle is a parameter of type esriDrawStyle

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureDraw Interface

.NET Samples

Multivariate renderer (Code Files: MultivariateRenderer)