SequenceCollection class

SequenceCollection class

Represents collection of interactive sequences.

The SequenceCollection type exposes the following members:

Properties

PropertyDescription
countReturns the number of elements in a collection
Read-only int.

Returns a sequense at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
addAdd new interactive sequence.
Read/write Sequence.
removeRemoves specified sequence from a collection.
remove_atRemoves sequence at the specified index.
clearRemoves all sequences from a collection.

See Also