Click or drag to resize
ISequenceRange Properties

The ISequenceRange type exposes the following members.

Properties
  NameDescription
Public propertyEnd
The end index of the range. This index must be non-negative and it will be enforced to always be greater than or equal to the Start index.
Public propertyID
A string identifier of the sequence range.
Public propertyMetadata
Optional additional data to store along with the ID and indices of the range. Metadata must be stored with a string key name.
Public propertyParentSeqRanges
Gets the sequence ranges from which this sequence range is obtained. This property will be filled by the operations like Merge, Intersect etc.
Public propertyStart
The beginning index of the range. This index must be non-negative and it will be enforced to always be less than or equal to the End index.
Top
See Also