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 > IDisplay Interface > IDisplay.DrawPolyline Method (ArcObjects .NET 10.5 SDK) |
Draws specified line on the display.
[Visual Basic .NET] Public Sub DrawPolyline ( _ ByVal polyline As IGeometry _ )
[C#] public void DrawPolyline ( IGeometry polyline );
[C++]
HRESULT DrawPolyline(
IGeometry* polyline
);
[C++]
Parameters polyline [in]
polyline is a parameter of type IGeometry
IDisplay Interface | IDisplay.StartDrawing Method