ILocationBuilderGetLocation Method |
Returns the location object for the specified location string.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax ILocation GetLocation(
string location
)
Function GetLocation (
location As String
) As ILocation
ILocation^ GetLocation(
String^ location
)
abstract GetLocation :
location : string -> ILocation
Parameters
- location
- Type: SystemString
Location string.
Return Value
Type:
ILocation[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocationBuilder.GetLocation(System.String)"]
See Also