DbGeometry.Within(DbGeometry) Metod

Definition

Avgör om det här DbGeometry-värdet ligger rumsligt inom det angivna DbGeometry-argumentet.

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

Parametrar

other
DbGeometry

Det geometrivärde som ska jämföras med det här geometrivärdet för inneslutning.

Returer

true om det här geometrivärdet ligger inom other; annars false.

Undantag

Gäller för