DbSpatialServices.GetYCoordinate(DbGeometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la coordonnée Y de la valeur donnée DbGeometry , si elle représente un point.
public:
abstract Nullable<double> GetYCoordinate(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetYCoordinate(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetYCoordinate : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetYCoordinate (geometryValue As DbGeometry) As Nullable(Of Double)
Paramètres
- geometryValue
- DbGeometry
Valeur geometry, qui n’a pas besoin de représenter un point.
Retours
Coordonnée Y de la valeur donnée DbGeometry .
Exceptions
geometryValue
geometryValue