Freigeben über


DbGeometry.Disjoint-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Bestimmt, ob dieses DbGeometry zum angegebenen DbGeometry-Argument räumlich disjunkt ist.

Namespace:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Function Disjoint ( _
    other As DbGeometry _
) As Boolean
'Usage
Dim instance As DbGeometry 
Dim other As DbGeometry 
Dim returnValue As Boolean 

returnValue = instance.Disjoint(other)
public bool Disjoint(
    DbGeometry other
)
public:
bool Disjoint(
    DbGeometry^ other
)
member Disjoint : 
        other:DbGeometry -> bool
public function Disjoint(
    other : DbGeometry
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn other von diesem Geometriewert disjunkt ist; andernfalls false.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

other hat den Wert null.

Siehe auch

Verweis

DbGeometry Klasse

System.Data.Entity.Spatial-Namespace