GeographicPolygon Constructor

Creates a new instance of the GeographicPolygon class.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Protected Sub New ( _
    coordinateSystem As CoordinateSystem _
)
'Usage
Dim coordinateSystem As CoordinateSystem

Dim instance As New GeographicPolygon(coordinateSystem)
protected GeographicPolygon(
    CoordinateSystem coordinateSystem
)
protected:
GeographicPolygon(
    CoordinateSystem^ coordinateSystem
)
new : 
        coordinateSystem:CoordinateSystem -> GeographicPolygon
protected function GeographicPolygon(
    coordinateSystem : CoordinateSystem
)

Parameters

See Also

Reference

GeographicPolygon Class

System.Spatial Namespace