MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoMultiLineString Class / GeoMultiLineString Constructor
The collection of line strings.

In This Topic
GeoMultiLineString Constructor
In This Topic
Initializes a new instance of the GeoMultiLineString class.
Syntax
'Declaration
 
Public Function New( _
   ByVal lines As IEnumerable(Of GeoLineString) _
)
 

Parameters

lines
The collection of line strings.
See Also