Compartir a través de


DbGeometry.Union(DbGeometry) Método

Definición

Calcula la unión de este valor de DbGeometry y otro valor de DbGeometry.

public:
 System::Data::Spatial::DbGeometry ^ Union(System::Data::Spatial::DbGeometry ^ other);
public System.Data.Spatial.DbGeometry Union (System.Data.Spatial.DbGeometry other);
member this.Union : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public Function Union (other As DbGeometry) As DbGeometry

Parámetros

other
DbGeometry

Valor de geometría para el que se debe calcular la unión con este valor.

Devoluciones

Nuevo valor de DbGeometry que representa la unión entre este valor de geometría y other.

Excepciones

Se aplica a