Click or drag to resize
SequenceRangeGroupingGetGroup Method
Returns a list of SequenceRange objects each of which has the ID specified in the rangeID parameter.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public List<ISequenceRange> GetGroup(
	string rangeID
)

Parameters

rangeID
Type: SystemString
The identification to look up in the grouping

Return Value

Type: ListISequenceRange
The list of sequence ranges of the required group.
See Also