ActiveReports 12
GeoMultiPolygon Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoMultiPolygon Class : GeoMultiPolygon Constructor
The inner polygon shapes.
Initializes new instance of GeoMultiPolygon.
Syntax
'Declaration
 
Public Function New( _
   ByVal polygons As IEnumerable(Of GeoPolygon) _
)
public GeoMultiPolygon( 
   IEnumerable<GeoPolygon> polygons
)

Parameters

polygons
The inner polygon shapes.
See Also

Reference

GeoMultiPolygon Class
GeoMultiPolygon Members