ArcObjects Library Reference  (GeoDatabase)    

IFeatureDraw.Draw Method

Draws the feature on the display.

[Visual Basic 6.0]
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 _
)
[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
);
[Java]
public void draw (
    esridrawPhase drawPhase,
    IDisplay Display,
    ISymbol symbol,
    Boolean symbolInstalled,
    IGeometry Geometry,
    esridrawStyle drawStyle
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page