ArcObjects Library Reference  (Display)    

IBasicSymbol.Draw Method

Draws the basic symbol.

[Visual Basic 6.0]
Sub Draw(
    ByVal context As IOutputContext, _
    ByVal Geometry As IGeometry, _
    ByVal envelope As IEnvelope _
)
[Visual Basic .NET]
Public Sub Draw ( _
    ByVal context As IOutputContext, _
    ByVal Geometry As IGeometry, _
    ByVal envelope As IEnvelope _
)
[C#]
public void Draw (
    IOutputContext context,
    IGeometry Geometry,
    IEnvelope envelope
);
[Java]
public void draw (
    IOutputContext context,
    IGeometry Geometry,
    IEnvelope envelope
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Draw(
  IOutputContext* context,
  IGeometry* Geometry,
  IEnvelope* envelope
);
[C++]

Parameters

context [in]

  context is a parameter of type IOutputContext

Geometry [in]

  Geometry is a parameter of type IGeometry

envelope [in]

  envelope is a parameter of type IEnvelope

Product Availability

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

See Also

IBasicSymbol Interface