共用方式為


SqlSpatialServices.GetEnvelope(DbGeometry) 方法

定義

取得指定之 DbGeometry 值的信封 (最小的周框方塊),為幾何值。

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

參數

geometryValue
DbGeometry

應該針對此幾何值擷取封套值。

傳回

geometryValue 的信封,做為 DbGeometry 值。

適用於