DbGeometry.Within(DbGeometry) Metódus

Definíció

Meghatározza, hogy ez a DbGeometry érték térbeli-e a megadott DbGeometry argumentumban.

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

Paraméterek

other
DbGeometry

Az elszigetelés geometriai értékével összehasonlítandó geometriai érték.

Válaszok

true ha ez a geometriaérték belül van other; egyébként false.

Kivételek

A következőre érvényes: