다음을 통해 공유


DbGeometry.Intersection(DbGeometry) 메서드

정의

이 DbGeometry 값과 다른 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

매개 변수

other
DbGeometry

이 값의 교집합을 계산해야 하는 기하 값입니다.

반환

이 geometry 값과 other의 교집합을 나타내는 새 DbGeometry 값입니다.

예외

적용 대상