Freigeben über


GeographyPolygon-Konstruktor

Initialisiert eine neue Instanz der GeographyPolygon-Klasse.

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

Syntax

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

Dim instance As New GeographyPolygon(coordinateSystem, _
    creator)
protected GeographyPolygon(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeographyPolygon(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeographyPolygon
protected function GeographyPolygon(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

Parameter

Siehe auch

Verweis

GeographyPolygon Klasse

System.Spatial-Namespace