CaatSignal Constructor (ILocation) |
Creates new CAATSignal feature item from the specified location.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public CaatSignal(
ILocation location
)
Public Sub New (
location As ILocation
)
public:
CaatSignal(
ILocation^ location
)
new :
location : ILocation -> CaatSignal
Parameters
- location
- Type: Bio.IO.GenBankILocation
Location of the CAATSignal.
See Also