DbGeometry.Disjoint(DbGeometry) 方法

定义

确定此 DbGeometry 是否与指定的 DbGeometry 参数在空间上不相交。

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

参数

other
DbGeometry

应与此几何值进行比较的几何图形值,以消除不相交。

返回

如果与此几何图形值不相交,则为

例外

适用于