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
- latitude
Type : System.Double
Latitude.
- longitude
Type : System.Double
Longitude.
Valeur de retour
Type : System.Spatial.GeographyPoint
Point géographique créé.