SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metoda

Definice

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 static System.Data.Common.CommandTrees.DbFunctionExpression InteriorRingAt (this System.Data.Common.CommandTrees.DbExpression geometryValue, System.Data.Common.CommandTrees.DbExpression indexValue);

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

geometryValue indexValue

Platí pro

Produkt Verze
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1