Sdílet prostřednictvím


DbGeometry.Disjoint(DbGeometry) Metoda

Definice

Určuje, zda je tato DbGeometry prostorově oddělena od zadaného argumentu 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

Parametry

other
DbGeometry

Hodnota geometrie, která by měla být porovnána s touto hodnotou geometrie z důvodu disjointednosti.

Návraty

true pokud other je oddělená od této hodnoty geometrie; jinak false.

Výjimky

Platí pro