Method syntax
|
Description
|
LOGICAL Add ( seq AS ISequence )
|
Adds the sequence object referenced by seq to the set and returns TRUE if successful.
|
LOGICAL CanFind ( seqName AS CHARACTER )
|
Returns TRUE if there is a sequence object in the set that has its Name property set to seqName.
|
LOGICAL Contains ( seq AS IDomain )
|
Returns TRUE if the sequence object referenced by seq is in the set.
|
ISequence Find ( seqName AS CHARACTER )
|
Returns the sequence object from the set that has its Name property set to seqName. Returns the Unknown value (?) if the object is not found.
|