Touches Method

The geometric touches.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Touches ( _
    operand1 As Geometry, _
    operand2 As Geometry _
) As Boolean
'Usage
Dim operand1 As Geometry
Dim operand2 As Geometry
Dim returnValue As Boolean

returnValue = operand1.Touches(operand2)
public static bool Touches(
    this Geometry operand1,
    Geometry operand2
)
[ExtensionAttribute]
public:
static bool Touches(
    Geometry^ operand1, 
    Geometry^ operand2
)
static member Touches : 
        operand1:Geometry * 
        operand2:Geometry -> bool 
public static function Touches(
    operand1 : Geometry, 
    operand2 : Geometry
) : boolean

Parameters

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Geometry. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).

See Also

Reference

GeometryOperationsExtensions Class

System.Spatial Namespace