Share via


DbGeometry.Union(DbGeometry) Metodo

Definizione

Calcola l'unione di questo valore DbGeometry e un altro valore 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

Parametri

other
DbGeometry

Il valore di posizione geometrica per il quale deve essere calcolata l'unione con questo valore.

Restituisce

Nuovo valore di DbGeometry che rappresenta l'unione tra questo valore geometrico e other.

Eccezioni

Si applica a