IFileHandlerWrite Method (IEnumerableIJChemMolecule)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
)

Parameters

molecules
Type: System.Collections.GenericIEnumerableIJChemMolecule
Enumerable molecule sequence

Return Value

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

Reference