DbGeometry.Disjoint(DbGeometry) Metodo

Definizione

Determina se dbGeometry è disgiunto dallo spazio dall'argomento DbGeometry specificato.

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

Parametri

other
DbGeometry

Valore geometry che deve essere confrontato con questo valore di geometria per la disgiunzione.

Valori restituiti

true se other è disgiunto da questo valore geometry; in caso contrario false, .

Eccezioni

Si applica a