Engine.GetSequenceFile
- Updated2024-10-09
- 1 minute(s) read
Engine.GetSequenceFile
Syntax
Engine.GetSequenceFile( seqFilePath, getSeqFileFlags = GetSeqFile_OperatorInterfaceFlags)
Return Value
A SequenceFile object.
Purpose
Remarks
Returns the SequenceFile object for the sequence file the sequenceFilePath parameter specifies.
Parameters
seqFilePath As String
[In] Specifies the pathname of the sequence file.
getSeqFileFlags As Long
[In] Specifies one or more GetSeqFileOptions constants. Use the bitwise-OR operator to specify multiple sequence file flags.
This parameter has a default value of GetSeqFile_OperatorInterfaceFlags .