PairedReadInsertLength Property |
Gets or sets the insert length.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public virtual int InsertLength { get; set; }
Public Overridable Property InsertLength As Integer
Get
Set
public:
virtual property int InsertLength {
int get ();
void set (int value);
}
abstract InsertLength : int with get, set
override InsertLength : int with get, set
Property Value
Type:
Int32See Also