DbGeography.Disjoint(DbGeography) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Avgör om den här dbgeografin är rumsligt åtskild från det angivna DbGeography-argumentet.
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
Parametrar
- other
- DbGeography
Geografivärdet som ska jämföras med det här geografivärdet för osammanhängande.
Returer
true if other is disjoint from this geography value;wise false.
Undantag
other