SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Método

Definição

Cria um DbFunctionExpression que invoca a função canónica 'InteriorRingAt' com os argumentos especificados. O primeiro argumento deve ter um tipo de resultado Edm.Geometry. O segundo argumento deve ter tipos de resultado numéricos inteiros. O tipo de resultado da expressão é Edm.Geometry.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ InteriorRingAt(System::Data::Common::CommandTrees::DbExpression ^ geometryValue, System::Data::Common::CommandTrees::DbExpression ^ indexValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression InteriorRingAt(this System.Data.Common.CommandTrees.DbExpression geometryValue, System.Data.Common.CommandTrees.DbExpression indexValue);
static member InteriorRingAt : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function InteriorRingAt (geometryValue As DbExpression, indexValue As DbExpression) As DbFunctionExpression

Parâmetros

geometryValue
DbExpression

O valor geométrico.

indexValue
DbExpression

Uma expressão que especifica a posição do anel interior a ser recuperada dentro do polígono.

Devoluções

Uma nova DbFunctionExpression que devolve ou o anel interior na posição indexValue em geometryValue ou null se geometryValue não for um polígono.

Exceções

geometryValue indexValue

Aplica-se a