A set of Track objects treated as one unit.

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

Syntax

C#
[SerializableAttribute]
public sealed class Block : CtcObjectBase
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class Block _
	Inherits CtcObjectBase

Remarks

A block is usually associated with a sensor to monitor the occupancy of a contiguous set of tracks. A track can be associated to one block only.

Inheritance Hierarchy

System..::..Object
  RRAutoLib.CTC..::..CtcObjectBase
    RRAutoLib.CTC..::..Block

See Also