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, MoleculeFormat format, MoleculeEncoding encoding )
Parameters
- molecules
- Type: System.Collections.GenericIEnumerableIJChemMolecule
Enumerable molecule sequence - format
- Type: MoleculeFormat
The chemical format of the file - encoding
- Type: MoleculeEncoding
The encoding of the file
Return Value
Type: Booleantrue if the writing succeeded; otherwise false
See Also