Udostępnij za pośrednictwem


SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metoda

Definicja

Tworzy obiekt DbFunctionExpression , który wywołuje kanoniczną funkcję "InteriorRingAt" z określonymi argumentami. Pierwszy argument musi mieć typ wyniku Edm.Geometry. Drugi argument musi mieć typy wyników liczbowych liczby całkowitej. Typ wyniku wyrażenia to 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

Parametry

geometryValue
DbExpression

Wartość geometrii.

indexValue
DbExpression

Wyrażenie określające położenie pierścienia wewnętrznego do pobrania z wielokąta.

Zwraca

Nowa funkcja DbFunctionExpression, która zwraca pierścień wewnętrzny na pozycji indexValue w geometryValue lub null jeśli geometryValue nie jest wielokątem.

Wyjątki

geometryValue indexValue

Dotyczy