共用方式為


SqlSpatialServices.GetBoundary(DbGeometry) 方法

定義

傳回可為 Null 的雙精度浮點數值,表示所指定DbGeography值的界限。

public override System.Data.Entity.Spatial.DbGeometry GetBoundary(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetBoundary : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetBoundary (geometryValue As DbGeometry) As DbGeometry

參數

geometryValue
DbGeometry

幾何值。

傳回

指定的 DbGeography 值的界限。

適用於