RanorexRanorex Documentation
Concat Method (left, right)
NamespacesRanorex.CoreRxPathConcat(RxPath, RxPath)
Concatenates two paths.
Declaration Syntax
C#Visual BasicVisual C++
public static RxPath Concat(
	RxPath left,
	RxPath right
)
Public Shared Function Concat ( _
	left As RxPath, _
	right As RxPath _
) As RxPath
public:
static RxPath^ Concat(
	RxPath^ left, 
	RxPath^ right
)
Parameters
left (RxPath)
The first part of the new path.
right (RxPath)
The second part of the new path.
Return Value
The new path resulting from concatenating both input paths.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.1.15734 (3.2.1.15734)