Share via


DbGeometry.Intersection(DbGeometry) Metodo

Definizione

Calcola l'intersezione di questo valore DbGeometry e un altro valore DbGeometry.

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

Parametri

other
DbGeometry

Il valore di posizione geometrica per il quale deve essere calcolata l'intersezione con questo valore.

Restituisce

Nuovo valore di DbGeometry che rappresenta l'intersezione tra questo valore geometrico e other.

Eccezioni

Si applica a