ArcObjects Library Reference (Display)  

IDynamicDrawScreen.DrawScreenPolyline Method

Draws specified polyline on the screen.

[Visual Basic .NET]
Public Sub DrawScreenPolyline ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawScreenPolyline (
    IPointCollection pointCollection
);
[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.

Remarks

The lines will be rendered according to the current Dynamic Line Symbol attributes as described in esriDynamicSymbolType constants.

See Also

IDynamicDrawScreen Interface