DbGeometry.Within(DbGeometry) メソッド

定義

この DbGeometry 値が、指定された DbGeometry 引数内に空間的に含まれるかどうかを判断します。

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

パラメーター

other
DbGeometry

包含のこのジオメトリ値と比較する必要があるジオメトリ値。

返品

true このジオメトリ値が other内にある場合は。それ以外の場合は false

例外

適用対象