Click or drag to resize
LocationResolverGetStart Method
Returns the start position by resolving the start-data present in the specified location. If unable to resolve start-data then an exception will occur.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GetStart(
	ILocation location
)

Parameters

location
Type: Bio.IO.GenBankILocation
Location instance.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bio.IO.GenBank.LocationResolver.GetStart(Bio.IO.GenBank.ILocation)"]

Implements

ILocationResolverGetStart(ILocation)
See Also