RanorexRanorex Documentation
LocationSteps Property
NamespacesRanorex.CoreRxPathLocationSteps
Gets or sets the location steps of this path.
Declaration Syntax
C#Visual BasicVisual C++
public IList<LocationStep> LocationSteps { get; set; }
Public Property LocationSteps As IList(Of LocationStep)
	Get
	Set
public:
property IList<LocationStep^>^ LocationSteps {
	IList<LocationStep^>^ get ();
	void set (IList<LocationStep^>^ value);
}
Property Value
IList<(Of <(<'LocationStep>)>)>
The location steps.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)