SqlGeometry.STDifference(SqlGeometry) Método

Definição

Retorna um objeto que representa os pontos de uma SqlGeometry instância que não estão dentro de outra SqlGeometry instância.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STDifference(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STDifference : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STDifference (other As SqlGeometry) As SqlGeometry

Parâmetros

other
SqlGeometry

A instância sqlGeometry que indica quais pontos serão removidos da instância na qual STDifference(SqlGeometry) está sendo invocado.

Retornos

Um SqlGeometry objeto que representa os pontos exclusivos na chamada SqlGeometry.

Atributos

Aplica-se a