ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenPolyline Method

Draws specified polyline on the screen.

[Visual Basic 6.0]
Sub DrawScreenPolyline(
    ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET]
Public Sub DrawScreenPolyline ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenPolyline (
    IPointCollection pointCollection
);
[Java]
public void drawScreenPolyline (
    IPointCollection pointCollection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawScreenPolyline(
  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

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page