Sequence Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class Sequence Inherits CtcObjectBase
The Sequence type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Name | Gets or sets the identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
![]() | 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.) |
![]() | Status | Gets the current status of the sequence. (Idle, Recording, or Playing) |
![]() | Tag | Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) |
Name | Description | |
---|---|---|
![]() | Clone | Used internally. (Inherited from CtcObjectBase.) |
![]() | DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) |
![]() | GetItems | Gets a list of SequenceSeqItem objects associated with the sequence. |
![]() | NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) |
![]() | Play | Plays the sequence. |
![]() | Record | Starts recording the sequence. |
![]() | SetItems | Sets the list of SequenceSeqItem objects associated with the sequence. |
![]() | Stop | Stops recording or playing the sequence. |
![]() | SubstituteSlot | Substitutes slot numbers, of packets, that target command station slots. |
![]() | ToString | (Overrides ObjectToString.) |