SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) 方法

定義

建立 DbFunctionExpression 一個,並以指定參數呼叫典型的「InsideRingAt」函式。 第一個自變數必須具有Edm.Geometry結果類型。 第二個自變數必須有整數數值結果類型。 表達式的結果類型為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

參數

geometryValue
DbExpression

幾何數值。

indexValue
DbExpression

一個表示式,指定要從多邊形內取出的內環位置。

傳回

一個新的 DbFunctionExpression 如果不是多邊形,則會回傳內 indexValuegeometryValuenullgeometryValue 環的位置。

例外狀況

geometryValue indexValue

適用於