Click or drag to resize
SequenceRangeParentSeqRanges 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
public List<ISequenceRange> ParentSeqRanges { get; }

Property Value

Type: ListISequenceRange

Implements

ISequenceRangeParentSeqRanges
See Also