SequenceFile.GetSequenceByName
- Updated2025-07-21
- 1 minute(s) read
SequenceFile.GetSequenceByName
Syntax
SequenceFile.GetSequenceByName( sequenceNameParam)
Return Value
Purpose
Returns a reference to a Sequence object you specify by name.
Remarks
Sequence names are case-insensitive.
Parameters
sequenceNameParam As String
[In] Specifies the name of the Sequence object to which you want a reference. If the sequence name does not exist, the method reports an error.