SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metoda

Definice

Vytvoří, DbFunctionExpression která vyvolá kanonickou funkci InteriorRingAt se zadanými argumenty. První argument musí mít typ výsledku Edm.Geometry. Druhý argument musí mít celočíselné číselné typy výsledků. Typ výsledku výrazu je 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

Hodnota geometrie.

indexValue
DbExpression

Výraz, který určuje pozici vnitřního kroužku, který se má načíst z polygonu.

Návraty

Nový DbFunctionExpression, který vrátí buď vnitřní kroužek na pozici indexValue v geometryValue nebo null pokud geometryValue není mnohoúhelník.

Výjimky

geometryValue indexValue

Platí pro