SequenceCallModule.LoadParametersFromSequence
- Updated2025-07-21
- 1 minute(s) read
SequenceCallModule.LoadParametersFromSequence
Syntax
SequenceCallModule.LoadParametersFromSequence( sequence)
Purpose
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
SequenceCallModule.LoadParameters
SequenceCallModule.LoadPrototypeFromSequence
SequenceCallModule.SequenceFilePath
SequenceCallModule.SequenceName
SequenceCallModule.SpecifyByExpression
SequenceCallModule.UseCurrentFile