Gets or sets the aspect configuration of this signal.

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

Syntax

C#
public Signal..::..SignalConfig Config { get; set; }
Visual Basic
Public Property Config As Signal..::..SignalConfig
	Get
	Set

Remarks

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

See Also