ArcObjects Library Reference  (Display)    

ISymbol.Draw Method

Draws the specified shape.

[Visual Basic 6.0]
Sub Draw(
    ByVal Geometry As IGeometry _
)
[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Geometry As IGeometry _
)
[C#]
public void Draw (
    IGeometry Geometry
);
[Java]
public void draw (
    IGeometry Geometry
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page