LocationRangeStartPosition Property |
Gets or sets the start position.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int StartPosition { get; set; }
Public Property StartPosition As Integer
Get
Set
public:
property int StartPosition {
int get ();
void set (int value);
}
member StartPosition : int with get, set
Property Value
Type:
Int32See Also