[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.GeoLineString.-ctor

GeoLineString Constructor

GeoLineString(IEnumerable<GeoPoint>)

Initializes a new instance of the GeoLineString class.

Declaration
public GeoLineString(IEnumerable<GeoPoint> points)
Parameters
Type Name Description
IEnumerable<GeoPoint> points

The line points.

Exceptions
Type Condition
ArgumentNullException

Thrown when the points argument is null.