Sdílet prostřednictvím


SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Metoda

Definice

Vytvoří , DbFunctionExpression který vyvolá kanonické "InteriorRingAt" funkce se zadanými argumenty. První argument musí mít typ výsledku Edm.Geometry. Druhý argument musí mít celočíselný typ výsledku. Typ výsledku výrazu je Edm.Geometry.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression InteriorRingAt (this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue, System.Data.Entity.Core.Common.CommandTrees.DbExpression indexValue);
static member InteriorRingAt : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.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í buď vnitřní kruh na pozici indexValue v geometryValue nebo null, pokud geometryValue není mnohoúhelník.

Platí pro