Click or drag to resize
GenBankMetadataGetFeatures Method (Int32, Int32)
Returns the features which are partly or completely inside the specified range. Note that the startPosition and endPosition are one based position.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public List<FeatureItem> GetFeatures(
	int startPosition,
	int endPosition
)

Parameters

startPosition
Type: SystemInt32
Start position.
endPosition
Type: SystemInt32
End position

Return Value

Type: ListFeatureItem

[Missing <returns> documentation for "M:Bio.IO.GenBank.GenBankMetadata.GetFeatures(System.Int32,System.Int32)"]

See Also