Aracılığıyla paylaş


DbGeometry.Intersects(DbGeometry) Yöntem

Tanım

Bu DbGeometry değerinin belirtilen DbGeometry bağımsız değişkeniyle uzamsal olarak kesişip kesişmeyeceğini belirler.

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

Parametreler

other
DbGeometry

Kesişim için bu geometri değeriyle karşılaştırılması gereken geometri değeri.

Döndürülenler

true bu other geometri değeriyle kesişiyorsa, değilse false.

Özel durumlar

Şunlara uygulanır