SequenceCallModule.LoadParameters

Syntax

SequenceCallModule.LoadParameters( useCurrentSeqFile, seqFilePath, seqName)

Purpose

Note This method is obsolete. Use the Module.LoadPrototype method instead.

Remarks

Loads parameter information from the sequence file and sequence of the module or a specific sequence file and sequence.

If SequenceCallModule.UseSequenceParameterPrototype is True and SequenceCallModule.SpecifyByExpression is False , this method ignores the parameters and loads the parameter information from the sequence the SequenceCallModule.UseCurrentFile , SequenceCallModule.SequenceFilePath , and SequenceCallModule.SequenceName properties specify. Otherwise, this method loads the parameter information from the sequence the parameters of this method specify.

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

Parameters

useCurrentSeqFile As Boolean

[In] Specifies to use the sequence file and sequence of the sequence call.

seqFilePath As String

[In] Specifies a specific sequence file when the useCurrentSeqFile parameter is False .

seqName As String

[In] Specifies a specific sequence name.

See Also

Module.LoadPrototype

SequenceCallModule.LoadParametersFromSequence

SequenceCallModule.Parameters

SequenceCallModule.SequenceFilePath

SequenceCallModule.SequenceName

SequenceCallModule.SpecifyByExpression

SequenceCallModule.UseCurrentFile

SequenceCallModule.UseSequenceParameterPrototype

SequenceCallParameter.ValueExpr