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
- operand1
Type: System.Spatial..::..Geography
The operand 1.
- operand2
Type: System.Spatial..::..Geography
The operand 2.
Return Value
Type: System..::..Boolean
The operation result.