ArcObjects Library Reference (Display)  

IDraw.Draw Method

Draws the specified shape.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void Draw (
    IGeometry Geometry
);
[C++]
HRESULT Draw(
  IGeometry* Geometry
);
[C++]

Parameters

Geometry [in]

  Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IDraw Interface