This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay Interface > IDynamicDisplay.DrawMultipleLines Method (ArcObjects .NET 10.5 SDK) |
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
The lines will be rendered according to the current Dynamc Line Symbol attributes, as described in esriDynamicSymbolType constants.