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.Entity.Spatial.DbGeometry other);
member this.Disjoint : System.Data.Entity.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 quanto a descontiguidade.

Retornos

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

Exceções

Aplica-se a