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.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetStart(
ILocation location
)
Public Function GetStart (
location As ILocation
) As Integer
public:
virtual int GetStart(
ILocation^ location
) sealed
abstract GetStart :
location : ILocation -> int
override GetStart :
location : ILocation -> int
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