[]
        
(Showing Draft Content)

C1.FlexMap.GeoPolyhedralSurface.-ctor

GeoPolyhedralSurface Constructor

GeoPolyhedralSurface(GeoGeometryType, IEnumerable<GeoPolygon>)

Initializes a new instance of the GeoPolyhedralSurface class.

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

The type.

IEnumerable<GeoPolygon> polygons

The polygons.

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.