SequenceFileViewMgr.BuildInteractiveArgs

Syntax

SequenceFileViewMgr.BuildInteractiveArgs( createLoopArgs, [cancel])

Return Value

InteractiveArgs

A new InteractiveArgs object.

Purpose

Creates an InteractiveArgs object according to the current selection settings of the SequenceFileView Manager control.

Remarks

Use this method to create an InteractiveArgs object, which you can modify before you pass it as the optional parameter to a method that starts an interactive execution.

Parameters

createLoopArgs As Variant

[In] When this parameter is True , this property launches the Loop on Selected Steps dialog box to create the InteractiveArgs object for the SequenceFileViewMgr.LoopOnSelectedSteps method.

cancel As Variant

[Out] [ Optional ] If the Loop on Selected Steps dialog box is cancelled, the value of the parameter passed in is True .

See Also

Loop on Selected Steps dialog box

Omitting Optional Parameters

SequenceFileViewMgr.LoopOnSelectedSteps

SequenceFileViewMgr.RunSelectedSteps