Compartilhar via


DbGeometry.Disjoint(DbGeometry) Método

Definição

Determina se este DbGeometry é espacialmente descontíguo 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 este valor de geometria quanto a descontiguidade.

Retornos

true se other é descontíguo deste valor de geometria; caso contrário, false.

Exceções

Aplica-se a