SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) 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.
Crée un DbFunctionExpression qui appelle la fonction « InteriorRingAt » canonique avec les arguments spécifiés. Le premier argument doit avoir un type de résultat Edm.Geometry. Le deuxième argument doit avoir un type de résultat numérique entier. Le type de résultat de l'expression est Edm.Geometry.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression InteriorRingAt (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression indexValue);
static member InteriorRingAt : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function InteriorRingAt (geometryValue As DbExpression, indexValue As DbExpression) As DbFunctionExpression
Paramètres
- geometryValue
- DbExpression
La valeur géométrique.
- indexValue
- DbExpression
Expression qui spécifie la position de l'anneau intérieur à extraire du polygone.
Retours
Nouvelle DbFunctionExpression qui retourne l’anneau intérieur à la position indexValue dans geometryValue ou null si geometryValue n’est pas un polygone.