DbSpatialServices.SymmetricDifference Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Calcula la diferencia simétrica de dos valores.
Sobrecargas
SymmetricDifference(DbGeography, DbGeography) |
Calcula la diferencia simétrica de dos valores de DbGeography . |
SymmetricDifference(DbGeometry, DbGeometry) |
Calcula la diferencia simétrica de dos valores de DbGeometry. |
SymmetricDifference(DbGeography, DbGeography)
Calcula la diferencia simétrica de dos valores de DbGeography .
public:
abstract System::Data::Spatial::DbGeography ^ SymmetricDifference(System::Data::Spatial::DbGeography ^ geographyValue, System::Data::Spatial::DbGeography ^ otherGeography);
public abstract System.Data.Spatial.DbGeography SymmetricDifference (System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
abstract member SymmetricDifference : System.Data.Spatial.DbGeography * System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function SymmetricDifference (geographyValue As DbGeography, otherGeography As DbGeography) As DbGeography
Parámetros
- geographyValue
- DbGeography
Primer valor de geografía.
- otherGeography
- DbGeography
Segundo valor de geografía.
Devoluciones
Un nuevo valor de DbGeography que representa la diferencia simétrica de geographyValue
y otherGeography
.
Excepciones
geographyValue
otherGeography
geographyValue
otherGeography
Se aplica a
SymmetricDifference(DbGeometry, DbGeometry)
Calcula la diferencia simétrica de dos valores de DbGeometry.
public:
abstract System::Data::Spatial::DbGeometry ^ SymmetricDifference(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract System.Data.Spatial.DbGeometry SymmetricDifference (System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member SymmetricDifference : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function SymmetricDifference (geometryValue As DbGeometry, otherGeometry As DbGeometry) As DbGeometry
Parámetros
- geometryValue
- DbGeometry
Primer valor de geometría.
- otherGeometry
- DbGeometry
Segundo valor de geometría.
Devoluciones
Un nuevo valor de DbGeometry que representa la diferencia simétrica entre geometryValue
y otherGeometry
.
Excepciones
geometryValue
otherGeometry
geometryValue
otherGeometry