ISequence Properties

The ISequence type exposes the following members.

Properties
  NameDescription
Public propertyAsIEnumerable
Allows to get base IEnumerable interface. Read-only IEnumerable.
Public propertyCount
Returns the number of effects in a sequense. Read-only Int32.
Public propertyItem
Returns an effect at the specified index.
Public propertyTriggerShape
Returns or sets shape target for INTERACTIVE sequence. If sequence is not interactive then returns null. Read/write IShape.
See Also