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


IDynamicDisplay.DrawMultipleLines Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay Interface > IDynamicDisplay.DrawMultipleLines Method
ArcGIS Developer Help

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