RoutesList Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class RoutesList Inherits CtcObjectListBase(Of Route)
The RoutesList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the list. (Inherited from CtcObjectListBaseT.) |
![]() | ItemGuid | Gets a list item by ID. (Inherited from CtcObjectListBaseT.) |
![]() | ItemInt32 | Gets a list item by index. (Inherited from CtcObjectListBaseT.) |
![]() | ItemString | Gets a list item by Name. (Inherited from CtcObjectListBaseT.) |
![]() | ItemTrack |
Name | Description | |
---|---|---|
![]() | Add | Creates and adds a new object to the CTC list. (Inherited from CtcObjectListBaseT.) |
![]() | Add(T) | Adds a given object to the CTC list. (Inherited from CtcObjectListBaseT.) |
![]() | Contains | (Inherited from CtcObjectListBaseT.) |
![]() | GetEnumerator | (Inherited from CtcObjectListBaseT.) |
![]() | GetEnumeratorOfT | (Inherited from CtcObjectListBaseT.) |
![]() | MoveFirst | Repositions list item to be first in the list. (Inherited from CtcObjectListBaseT.) |
![]() | MoveLast | Repositions list item to be last in the list. (Inherited from CtcObjectListBaseT.) |
![]() | Remove | Removes an object from the CTC list. (Inherited from CtcObjectListBaseT.) |