Click or drag to resize
GenBankFormatterLocationBuilder Property
Location builder is used to build location string from the location object present in the feature items. By default an instance of LocationBuilder class is used to get the location string.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ILocationBuilder LocationBuilder { get; set; }

Property Value

Type: ILocationBuilder
See Also