Freigeben über


GeographyPoint.Create-Methode (Double, Double)

Erstellt einen Geografiepunkt unter Verwendung der angegebenen Breite und Länge.

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

Syntax

'Declaration
Public Shared Function Create ( _
    latitude As Double, _
    longitude As Double _
) As GeographyPoint
'Usage
Dim latitude As Double
Dim longitude As Double
Dim returnValue As GeographyPoint

returnValue = GeographyPoint.Create(latitude, _
    longitude)
public static GeographyPoint Create(
    double latitude,
    double longitude
)
public:
static GeographyPoint^ Create(
    double latitude, 
    double longitude
)
static member Create : 
        latitude:float * 
        longitude:float -> GeographyPoint 
public static function Create(
    latitude : double, 
    longitude : double
) : GeographyPoint

Parameter

Rückgabewert

Typ: System.Spatial.GeographyPoint
Der erstellte Geografiepunkt.

Siehe auch

Verweis

GeographyPoint Klasse

Create-Überladung

System.Spatial-Namespace