Specifies a slot's consist configuration.

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

Syntax

C#
public enum ConsistType
Visual Basic
Public Enumeration ConsistType

Members

Member nameValueDescription
NoConsist0Free locomotive with no consist linking.
SubMember1Logical consist sub-member only linked upwards.
ConsistTop2Logical consist top only linked downwards.
MidConsist3Logical mid consist linked up and down.

Remarks

This configuration shows how slots are linked to each other. This enumeration is used by the following classes:

See Also