ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoMultiPolygon Class / GeoMultiPolygon Constructor
The inner polygon shapes.

In This Topic
    GeoMultiPolygon Constructor
    In This Topic
    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