Sets the signal's Aspect by value.

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

Syntax

C#
public void SetAspect(
	byte bytAspectValue
)
Visual Basic
Public Sub SetAspect ( _
	bytAspectValue As Byte _
)

Parameters

bytAspectValue
Type: System..::..Byte
A Signal..::..SignalAspect member that is valid for this signal configuration.

Implements

IPkStates..::..SetState(Byte)

Remarks

The CtcService must be started otherwise a CtcIsStoppedException will be thrown.

See Also