Touches Method (Geometry, Geometry)
The geometric touches.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Overridable Function Touches ( _
operand1 As Geometry, _
operand2 As Geometry _
) As Boolean
'Usage
Dim instance As SpatialOperations
Dim operand1 As Geometry
Dim operand2 As Geometry
Dim returnValue As Boolean
returnValue = instance.Touches(operand1, _
operand2)
public virtual bool Touches(
Geometry operand1,
Geometry operand2
)
public:
virtual bool Touches(
Geometry^ operand1,
Geometry^ operand2
)
abstract Touches :
operand1:Geometry *
operand2:Geometry -> bool
override Touches :
operand1:Geometry *
operand2:Geometry -> bool
public function Touches(
operand1 : Geometry,
operand2 : Geometry
) : boolean
Parameters
- operand1
Type: System.Spatial..::..Geometry
The operand 1.
- operand2
Type: System.Spatial..::..Geometry
The operand 2.
Return Value
Type: System..::..Boolean
The operation result.