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.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ILocationBuilder LocationBuilder { get; set; }
Public Property LocationBuilder As ILocationBuilder
Get
Set
public:
property ILocationBuilder^ LocationBuilder {
ILocationBuilder^ get ();
void set (ILocationBuilder^ value);
}
member LocationBuilder : ILocationBuilder with get, set
Property Value
Type:
ILocationBuilderSee Also