DbGeography.Disjoint(DbGeography) Methode

Definitie

Bepaalt of deze DbGeography ruimtelijk niet aaneengesloten is van het opgegeven dbGeography-argument.

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

Parameters

other
DbGeography

De geografische waarde die moet worden vergeleken met deze geografische waarde voor niet-aaneengeslotenheid.

Retouren

true als other deze geografische waarde niet aan elkaar is toegevoegd; anders false.

Uitzonderingen

Van toepassing op