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
add(self, shape_trigger)Add new interactive sequence.
Read/write Sequence.
remove(self, item)Removes specified sequence from a collection.
remove_at(self, index)Removes sequence at the specified index.
clear(self)Removes all sequences from a collection.

See Also