DbSpatialServices.Within(DbGeometry, DbGeometry) 메서드

정의

DbGeometry 값이 다른 값 내에 공간적으로 있는지 여부를 확인합니다.

public:
 abstract bool Within(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Within(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Within : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Within (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

매개 변수

geometryValue
DbGeometry

첫 번째 기하 도형 값입니다.

otherGeometry
DbGeometry

두 번째 기하 도형 값입니다.

반품

있으면 이고, 그렇지 않으면 .입니다.

예외

geometryValue otherGeometry

geometryValue otherGeometry

적용 대상