Touches Method (Geography, Geography)

The geographic touches.

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

Syntax

'Declaration
Public Overridable Function Touches ( _
    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.Touches(operand1, _
    operand2)
public virtual bool Touches(
    Geography operand1,
    Geography operand2
)
public:
virtual bool Touches(
    Geography^ operand1, 
    Geography^ operand2
)
abstract Touches : 
        operand1:Geography * 
        operand2:Geography -> bool 
override Touches : 
        operand1:Geography * 
        operand2:Geography -> bool 
public function Touches(
    operand1 : Geography, 
    operand2 : Geography
) : boolean

Parameters

Return Value

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

See Also

Reference

SpatialOperations Class

Touches Overload

System.Spatial Namespace