This document is archived and information here might be outdated. Recommended version. |
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