共用方式為


SqlSpatialServices.GetIsRing(DbGeometry) 方法

定義

傳回可為 null 的布林值,指出指定的 DbGeometry 值是否為字串,如果值不能代表曲線,就可能為 null。

public override Nullable<bool> GetIsRing(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsRing : System.Data.Entity.Spatial.DbGeometry -> Nullable<bool>
Public Overrides Function GetIsRing (geometryValue As DbGeometry) As Nullable(Of Boolean)

參數

geometryValue
DbGeometry

幾何值,其不需要表現曲線。

傳回

如果指定的 DbGeometry 值為環形,則為 True,否則為 false。

適用於