SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'InteriorRingAt' canonica con gli argomenti specificati. Il primo argomento deve avere un tipo di risultato Edm.Geometry. Il secondo argomento deve avere tipi di risultati numerici integer. Il tipo di risultato dell'espressione è 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

Parametri

geometryValue
DbExpression

Valore geometry.

indexValue
DbExpression

Espressione che specifica la posizione dell'anello interno da recuperare dall'interno del poligono.

Valori restituiti

Nuovo DbFunctionExpression che restituisce l'anello interno in corrispondenza della posizione indexValue in geometryValue o null se geometryValue non è un poligono.

Eccezioni

geometryValue indexValue

Si applica a