DbGeometry.Difference(DbGeometry) Método

Definición

Calcula la diferencia entre este valor de DbGeometry y otro valor de DbGeometry.

public:
 System::Data::Spatial::DbGeometry ^ Difference(System::Data::Spatial::DbGeometry ^ other);
public System.Data.Spatial.DbGeometry Difference (System.Data.Spatial.DbGeometry other);
member this.Difference : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public Function Difference (other As DbGeometry) As DbGeometry

Parámetros

other
DbGeometry

Valor de geometría para el que se debe calcular la diferencia con este valor.

Devoluciones

Nuevo valor de DbGeometry que representa la diferencia entre este valor de geometría y other.

Excepciones

Se aplica a