Freigeben über


GeographyPosition-Konstruktor (Double, Double)

Erstellt eine neue Instanz der GeographyPosition-Klasse aus Komponenten.

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

Syntax

'Declaration
Public Sub New ( _
    latitude As Double, _
    longitude As Double _
)
'Usage
Dim latitude As Double
Dim longitude As Double

Dim instance As New GeographyPosition(latitude, _
    longitude)
public GeographyPosition(
    double latitude,
    double longitude
)
public:
GeographyPosition(
    double latitude, 
    double longitude
)
new : 
        latitude:float * 
        longitude:float -> GeographyPosition
public function GeographyPosition(
    latitude : double, 
    longitude : double
)

Parameter

Siehe auch

Verweis

GeographyPosition Klasse

GeographyPosition-Überladung

System.Spatial-Namespace