RanorexRanorex Documentation
TryCreate Method (path, rxPath)
NamespacesRanorex.CoreRxPathTryCreate(String, RxPath%)
Tries to create an RxPath instance.
Declaration Syntax
C#Visual BasicVisual C++
public static bool TryCreate(
	string path,
	out RxPath rxPath
)
Public Shared Function TryCreate ( _
	path As String, _
	<OutAttribute> ByRef rxPath As RxPath _
) As Boolean
public:
static bool TryCreate(
	String^ path, 
	[OutAttribute] RxPath^% rxPath
)
Parameters
path (String)
The path to be represented by the rxPath instance.
rxPath ( RxPath %)
When this method returns, contains the created RxPath instance or a null reference if creating the RxPath failed.
Return Value
true if creating the RxPath instance succeeded, otherwise false.

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