RanorexRanorex Documentation
GetPath Method (buildMode)
NamespacesRanorexAdapterGetPath(PathBuildMode)
Builds an absolute RxPath to the element.
Declaration Syntax
C#Visual BasicVisual C++
public RxPath GetPath(
	PathBuildMode buildMode
)
Public Function GetPath ( _
	buildMode As PathBuildMode _
) As RxPath
public:
RxPath^ GetPath(
	PathBuildMode buildMode
)
Parameters
buildMode (PathBuildMode)
Specifies how the path should be built. (optimization vs. runtime tradeoff)
Return Value
The path of the element.

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