PolyASignal Constructor (String) |
Creates new PolyASignal feature item with the specified location.
Note that this constructor uses LocationBuilder to construct location object from the specified
location string.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public PolyASignal(
string location
)
Public Sub New (
location As String
)
public:
PolyASignal(
String^ location
)
new :
location : string -> PolyASignal
Parameters
- location
- Type: SystemString
Location of the PolyASignal.
See Also