DbGeometry.Disjoint(DbGeometry) Método

Definição

Determina se essa DbGeometry é espacialmente desarticulada do argumento DbGeometry especificado.

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

Parâmetros

other
DbGeometry

O valor de geometria que deve ser comparado com esse valor de geometria para desarticuidade.

Retornos

true se other for desarticulado desse valor de geometria; caso contrário false.

Exceções

Aplica-se a