RotaryCamBuilderList Class

Properties

Property Description
Length Returns the length of the list
Tag Returns the Tag for this object.

Methods

Method Description
Append Appends a set of objects to the list
Clear Clears the entire list without deleting the objects.
ClearIndex Deletes the item at the index specified.
Erase Erases the object from the list, but does not delete the object.
FindIndex Finds the index where the input object appears.
FindItem Returns the object at the input index.
GetContents Gets the contents of the entire list
Insert Inserts an object at the specified location
MoveToBottom Move object at the specified location to the bottom of the list.
MoveToTop Move object at the specified location to the top of the list.
SetContents Sets the contents of the entire list.
Swap Exchanges the position of two objects inside the list.

Property Detail

Length

Method Detail

Append

Clear

ClearIndex

Erase

FindIndex

FindItem

GetContents

Insert

MoveToBottom

MoveToTop

SetContents

Swap