ActiveReports 12
GeoLine Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoLine Class : GeoLine Constructor
The points.
Initializes a new instance of the GeoLine class.
Syntax
'Declaration
 
Public Function New( _
   ByVal points As IEnumerable(Of GeoPoint) _
)
public GeoLine( 
   IEnumerable<GeoPoint> points
)

Parameters

points
The points.
See Also

Reference

GeoLine Class
GeoLine Members