SequenceFileViewMgr.LoopOnSelectedSteps

Syntax

SequenceFileViewMgr.LoopOnSelectedSteps( [interactiveArgsVal], [editArgsVal])

Return Value

Execution

A new execution.

Purpose

Starts an execution that loops on the currently selected steps.

Parameters

interactiveArgsVal As Variant

[In] [ Optional ] Specifies a custom InteractiveArgs object using this parameter. When you do not pass a custom InteractiveArgs object, the SequenceFileView Manager control builds an InteractiveArgs object according to the current selections.

editArgsVal As Variant

[In] [ Optional ] Specifies a custom EditArgs object using this parameter. When you do not pass a custom EditArgs object, the SequenceFileView Manager control builds an EditArgs object according to the current selections.

See Also

CommandKind_LoopOnSelectedSteps

SequenceFileViewMgr.BuildEditArgs

SequenceFileViewMgr.BuildInteractiveArgs

Omitting Optional Parameters

SequenceFileViewMgr.RunSelectedSteps