Click or drag to resize
ISequenceRange.ParentSeqRanges Property
Gets the sequence ranges from which this sequence range is obtained. This property will be filled by the operations like Merge, Intersect etc.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
List<ISequenceRange> ParentSeqRanges { get; }

Property Value

Type: List<ISequenceRange>
See Also