Click or drag to resize

LabelsList Class

A list of Label objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectListBaseLabel
    RRAutoLib.CTCLabelsList

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class LabelsList
	Inherits CtcObjectListBase(Of Label)

The LabelsList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the list.
(Inherited from CtcObjectListBaseT.)
Public propertyItemGuid
Gets a list item by ID.
(Inherited from CtcObjectListBaseT.)
Public propertyItemInt32
Gets a list item by index.
(Inherited from CtcObjectListBaseT.)
Public propertyItemLocation
Public propertyItemString
Gets a list item by Name.
(Inherited from CtcObjectListBaseT.)
Top
Methods
  NameDescription
Public methodAdd
Creates and adds a new object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodAdd(T)
Adds a given object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodContains (Inherited from CtcObjectListBaseT.)
Public methodGetEnumerator (Inherited from CtcObjectListBaseT.)
Public methodGetEnumeratorOfT (Inherited from CtcObjectListBaseT.)
Public methodMoveFirst
Repositions list item to be first in the list.
(Inherited from CtcObjectListBaseT.)
Public methodMoveLast
Repositions list item to be last in the list.
(Inherited from CtcObjectListBaseT.)
Public methodRemove
Removes an object from the CTC list.
(Inherited from CtcObjectListBaseT.)
Top
See Also