Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence MolEngine Cheminformatics Toolkit (7.0)
Scilligence.MolEngine.IO
SDFile Class
SDFile Methods
WriteOne Method
WriteOne Method (SDFile.Record, Int32)
WriteOne Method (MolBase, Dictionary(String, Object), Int32)
SDFile
WriteOne Method (MolBase, Dictionary
String, Object
, Int32)
Write one record to the SDF file
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
bool
WriteOne
(
MolBase
mol
,
Dictionary
<
string
,
Object
>
attributes
,
int
id
)
Parameters
mol
Type:
Scilligence.MolEngine
MolBase
The molecule
attributes
Type:
System.Collections.Generic
Dictionary
String
,
Object
Attached molecule attributes
id
Type:
System
Int32
Record ID
Return Value
Type:
Boolean
True if succeeded
See Also
Reference
SDFile Class
WriteOne Overload
Scilligence.MolEngine.IO Namespace