Click or drag to resize

SDFileReadNext Method (DictionaryString, Object, Int32)

Read next record

Namespace:  Scilligence.MolEngine.IO
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public override MolBase ReadNext(
	Dictionary<string, Object> attributes,
	out int id
)

Parameters

attributes
Type: System.Collections.GenericDictionaryString, Object
The molecule attributes
id
Type: SystemInt32
The record ID

Return Value

Type: MolBase
A molecule if succeeded; null if failed or reached the end of the file
See Also