Click or drag to resize

SDFileReadNext Method (DictionaryString, Object, String, Int32)

Read the 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 bool ReadNext(
	Dictionary<string, Object> attributes,
	out string molfile,
	out int id
)

Parameters

attributes
Type: System.Collections.GenericDictionaryString, Object
Molecule attributes
molfile
Type: SystemString
The molfile
id
Type: SystemInt32
The record ID

Return Value

Type: Boolean
True if succeeded; false if failed or reached the end of the file
See Also