SequenceRangeGroupingAdd Method |
Adds a SequenceRange to the grouping, creating a new bucket
if the ID of the range has not yet been added to the grouping
or adding to an existing bucket if it has.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
ISequenceRange range
)
Public Sub Add (
range As ISequenceRange
)
public:
void Add(
ISequenceRange^ range
)
member Add :
range : ISequenceRange -> unit
Parameters
- range
- Type: BioISequenceRange
The range item to add to the grouping
See Also