SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří funkci 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é 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 prstence, který má být načten z mnohoúhelníku.
Návraty
Nový DbFunctionExpression, který vrátí vnitřní prstenec na pozici indexValue
v geometryValue
nebo null
pokud geometryValue
není mnohoúhelník.
Výjimky
indexValue
geometryValue
indexValue