A collection of Track objects.

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

Syntax

C#
[SerializableAttribute]
public sealed class Block : CtcObjectBase
Visual Basic (Declaration)
<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