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
Parameters
- molecule
- Type: IJChemMolecule
Molecule - encoding
- Type: MoleculeEncoding
The encoding of the file
Return Value
Type: Booleantrue if the writing succeeded; otherwise false
See Also