Share via


DbGeometry.Difference(DbGeometry) Metodo

Definizione

Calcola la differenza tra questo valore DbGeometry e un altro valore 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

Parametri

other
DbGeometry

Il valore di posizione geometrica per il quale deve essere calcolata la differenza con questo valore.

Restituisce

Nuovo valore di DbGeometry che rappresenta la differenza tra questo valore geometrico e other.

Eccezioni

Si applica a