SqlSpatialServices.GetEnvelope(DbGeometry) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之 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 值。