Track Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class Track Inherits CtcObjectBase Implements IPkStates, ILocation, ISupportsScriptEvents, ISwBrdOperable
The Track type exposes the following members.
| Name | Description | |
|---|---|---|
| Track | Initializes a new instance of the Track class | |
| Track(TrackTrackType, Byte) | Initializes a new instance of the Track class |
| Name | Description | |
|---|---|---|
| Block | Gets or sets the Block that this track is assigned to. | |
| DefaultName | Gets the default identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) | |
| ID | Gets the CTC object's globaly unique static identifier. (Inherited from CtcObjectBase.) | |
| IsDeleted | Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf. (Inherited from CtcObjectBase.) | |
| IsTurnout | Gets a value indicating whether this track is a turnout. | |
| Location | Gets or sets the locations of this track on the switchboard. | |
| Name | Gets or sets the identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) | |
| Orientation | Gets or sets the orientation of the track on the switchboard. | |
| Parent | Gets the parent list that contains this CTC object. (Inherited from CtcObjectBase.) | |
| PersistedTag | Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data. (Inherited from CtcObjectBase.) | |
| ScriptEventBinder | ||
| State | Gets the track's currently active state object. | |
| States | Gets the states list configured by the Type property. | |
| Tag | Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) | |
| Type | Gets or sets type of this track. |
| Name | Description | |
|---|---|---|
| DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) | |
| NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) | |
| OperatePress | Action to be performd when a switchboard track represenation is pressed by mouse or touch-point. | |
| OperateRelease | Action to be performd when a switchboard track represenation is released by mouse or touch-point. | |
| SetState(Byte, CancellationToken) | Sets the track's active state by value. | |
| SetState(PkStatesListState, CancellationToken) | Sets the track's active state by object. | |
| SetState(String, CancellationToken) | Sets the track's active state by name. | |
| ToString | (Overrides ObjectToString.) |