Partager via


DbGeometry.Intersection(DbGeometry) Méthode

Définition

Calcule l'intersection entre cette valeur DbGeometry et une autre valeur 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

Paramètres

other
DbGeometry

Valeur géométrique pour laquelle l'intersection avec cette valeur doit être calculée.

Retours

Nouvelle valeur DbGeometry représentant l'intersection entre cette valeur géométrique et other.

Exceptions

S’applique à