Click or drag to resize

SDFileReadNext Method (DictionaryString, Object, Molecule, Int32)

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 Molecule mol,
	out int id
)

Parameters

attributes
Type: System.Collections.GenericDictionaryString, Object
mol
Type: Scilligence.MolEngineMolecule
id
Type: SystemInt32

Return Value

Type: Boolean
See Also