ESRI.ArcGIS.Mobile
DrawPolyline(Pen,Polyline) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > MapSurface Class > DrawPolyline Method : DrawPolyline(Pen,Polyline) Method

pen
Pen object that determines the color and style of the polyline.
polyline
A polyline object.
Draws a polyline using the specified pen.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DrawPolyline( _
   ByVal pen As Pen, _
   ByVal polyline As Polyline _
) 
C# 
public void DrawPolyline( 
   Pen pen,
   Polyline polyline
)

Parameters

pen
Pen object that determines the color and style of the polyline.
polyline
A polyline object.

Exceptions

ExceptionDescription
ArgumentNullExceptionNull polyline to be drawn.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.