Click or drag to resize

SequenceGetItems Method

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax

Return Value

Type: ListSequenceSeqItem
Remarks
The returned list is a copy of the internal list which must remain immutable for thread safety. For this reason any change in the returned list will not directly affect the sequence. You must use SetItems(ListSequenceSeqItem) in order to apply your changes back to the sequence.
See Also