Partager via


Méthode GeographyPoint.Create (Double, Double)

Crée un point géographique à l'aide de la latitude et de la longitude spécifiées.

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

Syntaxe

'Déclaration
Public Shared Function Create ( _
    latitude As Double, _
    longitude As Double _
) As GeographyPoint
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Spatial.GeographyPoint
Point géographique créé.

Voir aussi

Référence

GeographyPoint Classe

Surcharge Create

Espace de noms System.Spatial