MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoLineString Class / GeoLineString Constructor
The line points.

GeoLineString Constructor
Initializes a new instance of the GeoLineString class.
Syntax
'Declaration
 
Public Function New( _
   ByVal points As IEnumerable(Of GeoPoint) _
)
 

Parameters

points
The line points.
Exceptions
ExceptionDescription
Thrown when the points argument is null.
See Also