This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDrawScreen Interface > IDynamicDrawScreen.DrawScreenMultipleLines Method (ArcObjects .NET 10.4 SDK) |
Draws specified lines on the screen.
[Visual Basic .NET] Public Sub DrawScreenMultipleLines ( _ ByVal pointCollection As IPointCollection _ )
[C#] public void DrawScreenMultipleLines ( IPointCollection pointCollection );
[C++]
HRESULT DrawScreenMultipleLines(
IPointCollection* pointCollection
);
[C++]
Parameters pointCollection [in]
pointCollection is a parameter of type IPointCollection
The lines will be rendered according to the current Dynamic Line Symbol attributes, as described in esriDynamicSymbolType constants.