RanorexRanorex Documentation
Invert Method (path)
NamespacesRanorex.CoreRxPathInvert(RxPath)
Inverts the specified path.
Declaration Syntax
C#Visual BasicVisual C++
public static RxPath Invert(
	RxPath path
)
Public Shared Function Invert ( _
	path As RxPath _
) As RxPath
public:
static RxPath^ Invert(
	RxPath^ path
)
Parameters
path (RxPath)
The path to invert.
Return Value
The inverted path.
Remarks
Inverse path work like that: A = B.Find(P) results in B = A.Find(P^-1)

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