This document is archived and information here might be outdated.  Recommended version.


IDynamicDisplay.DrawMultipleLines Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDynamicDisplay.DrawMultipleLines Method

Draws specified lines on the dynamic display.

[Visual Basic .NET]
Public Sub DrawMultipleLines ( _
    ByVal pointCollection As IPointCollection _
)
[C#]
public void DrawMultipleLines (
    IPointCollection pointCollection
);
[C++]
HRESULT DrawMultipleLines(
  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 Dynamc Line Symbol attributes, as described in esriDynamicSymbolType constants.

See Also

IDynamicDisplay Interface