DbSpatialServices.PointAt 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 un élément de point de la valeur donnée.
Surcharges
| Nom | Description |
|---|---|
| PointAt(DbGeography, Int32) |
Retourne un élément point de la valeur donnée DbGeography , s’il représente une chaîne de traits ou un anneau linéaire. |
| PointAt(DbGeometry, Int32) |
Retourne un élément point de la valeur donnée DbGeometry , s’il représente une chaîne de traits ou un anneau linéaire. |
PointAt(DbGeography, Int32)
Retourne un élément point de la valeur donnée DbGeography , s’il représente une chaîne de traits ou un anneau linéaire.
public:
abstract System::Data::Spatial::DbGeography ^ PointAt(System::Data::Spatial::DbGeography ^ geographyValue, int index);
public abstract System.Data.Spatial.DbGeography PointAt(System.Data.Spatial.DbGeography geographyValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeography * int -> System.Data.Spatial.DbGeography
Public MustOverride Function PointAt (geographyValue As DbGeography, index As Integer) As DbGeography
Paramètres
- geographyValue
- DbGeography
Valeur géographique, qui n’a pas besoin de représenter une chaîne de ligne ou un anneau linéaire.
- index
- Int32
Position dans la valeur géographique à partir de laquelle l’élément doit être pris.
Retours
Point en geographyValue position index, s’il représente une chaîne de ligne ou un anneau linéaire ; sinon null.
Exceptions
geographyValue
geographyValue
S’applique à
PointAt(DbGeometry, Int32)
Retourne un élément point de la valeur donnée DbGeometry , s’il représente une chaîne de traits ou un anneau linéaire.
public:
abstract System::Data::Spatial::DbGeometry ^ PointAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry PointAt(System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function PointAt (geometryValue As DbGeometry, index As Integer) As DbGeometry
Paramètres
- geometryValue
- DbGeometry
Valeur geometry, qui n’a pas besoin de représenter une chaîne de ligne ou un anneau linéaire.
- index
- Int32
Position dans la valeur géométrique à partir de laquelle l’élément doit être pris.
Retours
Point en geometryValue position index, s’il représente une chaîne de ligne ou un anneau linéaire ; sinon null.
Exceptions
geometryValue
geometryValue