Iterate Molecule block record, analyse field and position building SDFIndex

Namespace:  Hyleos.Chemistry.IO
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public IEnumerable<long> NextQuickRecord { get; }
Visual Basic (Declaration)
Public ReadOnly Property NextQuickRecord As IEnumerable(Of Long)
Visual C++
public:
property IEnumerable<long long>^ NextQuickRecord {
	IEnumerable<long long>^ get ();
}

Remarks

Returns number of readed bytes from last iteration

See Also