[]
        
(Showing Draft Content)

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

GeoPolyhedralSurface Constructor

GeoPolyhedralSurface(GeometryType, IEnumerable<GeoPolygon>)

Initializes a new instance of the GeoPolyhedralSurface class.

Declaration
public GeoPolyhedralSurface(GeometryType type, IEnumerable<GeoPolygon> polygons)
Parameters
Type Name Description
GeometryType type

The type.

IEnumerable<GeoPolygon> polygons

The polygons.

Exceptions
Type Condition
ArgumentNullException

Thrown when polygons is null.

GeoPolyhedralSurface(IEnumerable<GeoPolygon>)

Initializes a new instance of the GeoPolyhedralSurface class.

Declaration
public GeoPolyhedralSurface(IEnumerable<GeoPolygon> polygons)
Parameters
Type Name Description
IEnumerable<GeoPolygon> polygons

The polygons.