Share via


DbGeometry.Intersection(DbGeometry) Método

Definición

Calcula la intersección de este valor de DbGeometry y otro valor de 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

Parámetros

other
DbGeometry

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

Devoluciones

Nuevo valor de DbGeometry que representa la intersección entre este valor de geometría y other.

Excepciones

Se aplica a