SequenceCallModule.LoadPrototypeFromSequence

Syntax

SequenceCallModule.LoadPrototypeFromSequence( sequence, options)

Return Value

Boolean

Returns a value that indicates whether the step was modified.

Purpose

Sets the prototype of the module to the prototype specified by a sequence.

Remarks

Use this method to set the parameters of the SequenceCallModule when the SequenceCallModule.UseSequenceParameterPrototype property is False or if the SequenceCallModule.SpecifyByExpression property is True .

Parameters

sequence As Sequence

[In] Specifies the sequence with the prototype to use.

options As Long

[In] Specify one or more LoadPrototypeOptions constants. Use the bitwise-OR operator to specify multiple flags.

See Also

LoadPrototypeOptions

Module.LoadPrototype

Sequence

SequenceCallModule.SpecifyByExpression

SequenceCallModule.UseSequenceParameterPrototype