DbSpatialServices.Within(DbGeometry, DbGeometry) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Determina se um DbGeometry valor está espacialmente dentro do outro.
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
O primeiro valor geométrico.
- otherGeometry
- DbGeometry
O segundo valor geométrico.
Devoluções
true se geometryValue estiver dentro otherGeometryde ; caso contrário false.
Exceções
geometryValue
otherGeometry
geometryValue
otherGeometry