SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metódus

Definíció

Létrehoz egy olyan függvényt DbFunctionExpression , amely meghívja a canonical 'InteriorRingAt' függvényt a megadott argumentumokkal. Az első argumentumnak Edm.Geometry eredménytípussal kell rendelkeznie. A második argumentumnak egész szám típusú numerikus eredménytípusokkal kell rendelkeznie. A kifejezés eredménytípusa 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

Paraméterek

geometryValue
DbExpression

A geometria értéke.

indexValue
DbExpression

Egy kifejezés, amely megadja a sokszögből lekérendő belső gyűrű helyét.

Válaszok

Egy új DbFunctionExpression, amely vagy a belső gyűrűt adja vissza a pozícióban indexValuegeometryValue , vagy null ha geometryValue nem sokszög.

Kivételek

geometryValue indexValue

A következőre érvényes: