ILocationResolverGetStart Method |
Returns start position of the specified location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax int GetStart(
ILocation location
)
Function GetStart (
location As ILocation
) As Integer
int GetStart(
ILocation^ location
)
abstract GetStart :
location : ILocation -> int
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location instance.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocationResolver.GetStart(Bio.IO.GenBank.ILocation)"]
See Also