A sensor or input object.

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

Syntax

C#
[SerializableAttribute]
public sealed class Sensor : CtcObjectBase, 
	ISupportsScriptEvents
Visual Basic
<SerializableAttribute> _
Public NotInheritable Class Sensor _
	Inherits CtcObjectBase _
	Implements ISupportsScriptEvents

Inheritance Hierarchy

System..::..Object
  RRAutoLib.CTC..::..CtcObjectBase
    RRAutoLib.CTC..::..Sensor

See Also