GeometricPolygon Constructor

Creates a new instance of the GeometricPolygon 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 GeometricPolygon(coordinateSystem)
protected GeometricPolygon(
    CoordinateSystem coordinateSystem
)
protected:
GeometricPolygon(
    CoordinateSystem^ coordinateSystem
)
new : 
        coordinateSystem:CoordinateSystem -> GeometricPolygon
protected function GeometricPolygon(
    coordinateSystem : CoordinateSystem
)

Parameters

See Also

Reference

GeometricPolygon Class

System.Spatial Namespace