ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawPolygon Method

Draws specified polygon with fill and line on the dynamic display.

[Visual Basic 6.0]
Sub DrawPolygon(
    ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET]
Public Sub DrawPolygon ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawPolygon (
    IPointCollection pointCollection
);
[Java]
public void drawPolygon (
    IPointCollection pointCollection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawPolygon(
  IPointCollection* pointCollection
);
[C++]

Parameters

pointCollection [in]

  pointCollection is a parameter of type IPointCollection

Product Availability

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

See Also

IDynamicDisplay Interface

 


Feedback Send feedback on this page