Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence.MolEngine.IO
SDFile Class
SDFile Methods
ReadNext Method
ReadNext Method
ReadNext Method (Dictionary(String, Object), Int32)
ReadNext Method (Dictionary(String, Object), Molecule, Int32)
ReadNext Method (Dictionary(String, Object), String, Int32)
SDFile
ReadNext Method (Dictionary
String, 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#
Copy
public
bool
ReadNext
(
Dictionary
<
string
,
Object
>
attributes
,
out
string
molfile
,
out
int
id
)
Parameters
attributes
Type:
System.Collections.Generic
Dictionary
String
,
Object
Molecule attributes
molfile
Type:
System
String
The molfile
id
Type:
System
Int32
The record ID
Return Value
Type:
Boolean
True if succeeded; false if failed or reached the end of the file
See Also
Reference
SDFile Class
ReadNext Overload
Scilligence.MolEngine.IO Namespace