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


IFeatureDraw.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFeatureDraw Interface > IFeatureDraw.Draw Method
ArcGIS Developer Help

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 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