Share via


DbSpatialServices.Within(DbGeometry, DbGeometry) Método

Definición

Determina si un valor DbGeometry está espacialmente dentro del otro.

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

Parámetros

geometryValue
DbGeometry

Primer valor de geometría.

otherGeometry
DbGeometry

Segundo valor de geometría.

Devoluciones

Es true si geometryValue está en otherGeometry, de lo contrario, es false.

Excepciones

geometryValue otherGeometry

geometryValue otherGeometry

Se aplica a