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


ISymbol.Draw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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

ISymbol Interface