Gets or sets the location of the signal on the switchboard.

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

Syntax

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

Remarks

The CtcService must be stopped otherwise a CtcIsStartedException will be thrown.

See Also