You can construct a KcsXformSeq with any of the following:
An empty constructor
Like all constructors, this one has a status object passed by reference to simplify constructor failure recovery.
A chunk set/chunk Id constructor
This constructor also provides the required load hints.
A special sequence constructor
This constructor takes a status object and load hints just like all KcsXforms, but it also accepts an array of KcsXform *s and a count (numXforms) so that you can generate sequences from scratch.