Click or drag to resize

SDFileWriteOne Method (MolBase, DictionaryString, 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#
public override bool WriteOne(
	MolBase mol,
	Dictionary<string, Object> attributes,
	int id
)

Parameters

mol
Type: Scilligence.MolEngineMolBase
The molecule
attributes
Type: System.Collections.GenericDictionaryString, Object
Attached molecule attributes
id
Type: SystemInt32
Record ID

Return Value

Type: Boolean
True if succeeded
See Also