DbGeometry.Difference(DbGeometry) Método

Definição

Calcula a diferença entre este valor DbGeometry e outro valor DbGeometry.

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

Parâmetros

other
DbGeometry

O valor geométrico para o qual a diferença com este valor deve ser calculada.

Devoluções

Um novo valor DbGeometry representando a diferença entre este valor geométrico e other.

Exceções

Aplica-se a