Click or drag to resize

MDLDBBaseWriteOne Method

Namespace:  Scilligence.MolEngine.IO
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public abstract bool WriteOne(
	MolBase mol,
	Dictionary<string, Object> properties,
	int id
)

Parameters

mol
Type: Scilligence.MolEngineMolBase
properties
Type: System.Collections.GenericDictionaryString, Object
id
Type: SystemInt32

Return Value

Type: Boolean
See Also