Partager via


Constructeur GeometryPolygon

Initialise une nouvelle instance de la classe GeometryPolygon.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    coordinateSystem As CoordinateSystem, _
    creator As SpatialImplementation _
)
'Utilisation
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation

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

Paramètres

Voir aussi

Référence

GeometryPolygon Classe

Espace de noms System.Spatial