Condividi tramite


Costruttore GeographyPoint

Inizializza una nuova istanza della classe GeographyPoint.

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 GeographyPoint(coordinateSystem, _
    creator)
protected GeographyPoint(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeographyPoint(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeographyPoint
protected function GeographyPoint(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

Parametri

Vedere anche

Riferimento

GeographyPoint Classe

Spazio dei nomi System.Spatial