Crosses Method (Geography, Geography)

The geographic crosses.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Overridable Function Crosses ( _
    operand1 As Geography, _
    operand2 As Geography _
) As Boolean
'Usage
Dim instance As SpatialOperations
Dim operand1 As Geography
Dim operand2 As Geography
Dim returnValue As Boolean

returnValue = instance.Crosses(operand1, _
    operand2)
public virtual bool Crosses(
    Geography operand1,
    Geography operand2
)
public:
virtual bool Crosses(
    Geography^ operand1, 
    Geography^ operand2
)
abstract Crosses : 
        operand1:Geography * 
        operand2:Geography -> bool 
override Crosses : 
        operand1:Geography * 
        operand2:Geography -> bool 
public function Crosses(
    operand1 : Geography, 
    operand2 : Geography
) : boolean

Parameters

Return Value

Type: System..::..Boolean
The operation result.

See Also

Reference

SpatialOperations Class

Crosses Overload

System.Spatial Namespace