Click or drag to resize
ILocationBuilderGetLocation Method
Returns the location object for the specified location string.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
ILocation GetLocation(
	string location
)

Parameters

location
Type: SystemString
Location string.

Return Value

Type: ILocation

[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocationBuilder.GetLocation(System.String)"]

See Also