Initializes a new instance of the Polyline class.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Polyline()
Visual Basic (Declaration)
Public Sub New

Remarks

Using this constructor will create a new Empty Polyline with no spatial properties.

See Also