RanorexRanorex Documentation
GetParentPath Method (path)
NamespacesRanorex.CoreRxPathGetParentPath(RxPath)
Returns a path which applies to parent elements of an element with the specified path.
Declaration Syntax
C#Visual BasicVisual C++
public static RxPath GetParentPath(
	RxPath path
)
Public Shared Function GetParentPath ( _
	path As RxPath _
) As RxPath
public:
static RxPath^ GetParentPath(
	RxPath^ path
)
Parameters
path (RxPath)
The path to create the parent path from.
Return Value
Returns a path which applies to parent elements of an element with the specified path.

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