Condividi tramite


Costruttore GeometryCollection

Inizializza una nuova istanza della classe GeometryCollection.

Spazio dei nomi  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    coordinateSystem As CoordinateSystem, _
    creator As SpatialImplementation _
)
'Utilizzo
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation

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

Parametri

Vedere anche

Riferimento

GeometryCollection Classe

Spazio dei nomi System.Spatial