LocationRange Constructor (String, Int32, Int32) |
Creates a new LocationRange instance from the specified accession, start and end position.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public LocationRange(
string accession,
int startPosition,
int endPosition
)
Public Sub New (
accession As String,
startPosition As Integer,
endPosition As Integer
)
public:
LocationRange(
String^ accession,
int startPosition,
int endPosition
)
new :
accession : string *
startPosition : int *
endPosition : int -> LocationRange
Parameters
- accession
- Type: SystemString
Accession of the sequence. - startPosition
- Type: SystemInt32
Start position. - endPosition
- Type: SystemInt32
End position.
See Also