共用方式為


DbGeometry.Crosses(DbGeometry) 方法

定義

判斷這個 DbGeometry 值是否在空間上與指定的 DbGeometry 引數交叉。

public:
 bool Crosses(System::Data::Spatial::DbGeometry ^ other);
public bool Crosses (System.Data.Spatial.DbGeometry other);
member this.Crosses : System.Data.Spatial.DbGeometry -> bool
Public Function Crosses (other As DbGeometry) As Boolean

參數

other
DbGeometry

應該和這個幾何值做比較的幾何值。

傳回

如果 other 與這個地理值相交則為 true,否則為 false

例外狀況

適用於