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
, 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#
Copy
public
override
MolBase
ReadNext
(
Dictionary
<
string
,
Object
>
attributes
,
out
int
id
)
Parameters
attributes
Type:
System.Collections.Generic
Dictionary
String
,
Object
The molecule attributes
id
Type:
System
Int32
The record ID
Return Value
Type:
MolBase
A molecule if succeeded; null if failed or reached the end of the file
See Also
Reference
SDFile Class
ReadNext Overload
Scilligence.MolEngine.IO Namespace