Gets or sets the locomotive's direction of travel.

Namespace: RRAutoLib.Loconet
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public LocoDirection Direction { get; set; }
Visual Basic
Public Property Direction As LocoDirection
	Get
	Set

Field Value

A member of the LocoDirection enumeration type.

See Also