共用方式為


DbGeography.Intersection(DbGeography) 方法

定義

計算這個 DbGeography 值與另一個 DbGeography 值的交集。

public:
 System::Data::Spatial::DbGeography ^ Intersection(System::Data::Spatial::DbGeography ^ other);
public System.Data.Spatial.DbGeography Intersection (System.Data.Spatial.DbGeography other);
member this.Intersection : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Function Intersection (other As DbGeography) As DbGeography

參數

other
DbGeography

應該針對此地理位置值計算與這個值的交集。

傳回

表示這個地理值與 other 之間交集的新 DbGeography 值。

例外狀況

適用於