SqlGeometry.STDisjoint(SqlGeometry) Method

Definition

Determines whether the calling SqlGeometry instance is disjointed when compared against the specified SqlGeometry.

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

Parameters

other
SqlGeometry

The SqlGeometry instance to compare against the instance on which STDisjoint(SqlGeometry) is invoked.

Returns

Returns true if a SqlGeometry instance is spatially disjointed from another SqlGeometry instance. Returns false if it is not.

Attributes

Applies to