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

不整合のためにこのジオメトリ値と比較する必要があるジオメトリ値。

返品

true otherがこのジオメトリ値と不整合である場合は >。それ以外の場合はfalse

例外

適用対象