IFileHandlerWrite Method (IEnumerableIJChemMolecule, MoleculeEncoding)ChemAxon .NET API
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.

Namespace: ChemAxon.NET.API.IO
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

bool Write(
	IEnumerable<IJChemMolecule> molecules,
	MoleculeEncoding encoding
)

Parameters

molecules
Type: System.Collections.GenericIEnumerableIJChemMolecule
Enumerable molecule sequence
encoding
Type: MoleculeEncoding
The encoding of the file

Return Value

Type: Boolean
true if the writing succeeded; otherwise false
See Also

Reference