RanorexRanorex Documentation
IsAbsolute Property
NamespacesRanorex.CoreRxPathIsAbsolute
Gets or sets a value indicating whether this instance is absolute.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsAbsolute { get; set; }
Public Property IsAbsolute As Boolean
public:
property bool IsAbsolute {
	bool get ();
	void set (bool value);
}
Value
true if this instance is absolute; otherwise, false.

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