GenBankParserLocationBuilder Property |
Location builder is used to build location objects from the location string
present in the features.
By default an instance of LocationBuilder class is used to build location objects.
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