BAMReferenceIndexesLinearIndex Property |
Gets list of Linear file offsets.
An array holding the linear offsets to be output
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic IList<FileOffset> LinearIndex { get; }
Public ReadOnly Property LinearIndex As IList(Of FileOffset)
Get
public:
property IList<FileOffset>^ LinearIndex {
IList<FileOffset>^ get ();
}
member LinearIndex : IList<FileOffset> with get
Property Value
Type:
IListFileOffset
See Also