Click or drag to resize

BlocksList Class

A list of Block objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectListBaseBlock
    RRAutoLib.CTCBlocksList

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

The BlocksList type exposes the following members.

Properties
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