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

Valore geometry per il quale deve essere calcolata l'unione con questo valore.

Valori restituiti

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

Eccezioni

Si applica a