DbGeometry.Disjoint(DbGeometry) Método

Definição

Determina se esta DbGeometria é espacialmente disjunta do argumento especificado da DbGeometria.

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 geométrico que deve ser comparado com este valor geométrico para desconexão.

Devoluções

true se other for disjunta deste valor geométrico; caso contrário false.

Exceções

Aplica-se a