SequenceCallModule.LoadParametersFromSequence

Syntax

SequenceCallModule.LoadParametersFromSequence( sequence)

Purpose

Note This property is obsolete. Use the SequenceCallModule.LoadPrototypeFromSequence method instead.

Remarks

Loads parameter information from the specified sequence. If the SequenceCallModule.UseSequenceParameterPrototype property is True , this method ignores the parameters and loads the parameter information from the sequence the sequence parameter of this method specifies.

You must call the SequenceCallModule.LoadParameters method or this method before accessing the SequenceCallModule.Parameters property of the module.

Parameters

sequence As Sequence

[In] Specifies the sequence that contains the prototype to load.

See Also

Sequence

SequenceCallModule.LoadParameters

SequenceCallModule.LoadPrototypeFromSequence

SequenceCallModule.Parameters

SequenceCallModule.SequenceFilePath

SequenceCallModule.SequenceName

SequenceCallModule.SpecifyByExpression

SequenceCallModule.UseCurrentFile

SequenceCallModule.UseSequenceParameterPrototype

SequenceCallParameter.ValueExpr