IFileHandlerWrite Method ChemAxon .NET API
Overload List

  NameDescription
Public methodWrite(IJChemMolecule)
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.
Public methodWrite(IEnumerableIJChemMolecule)
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.
Public methodWrite(IJChemMolecule, MoleculeFormat)
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.
Public methodWrite(IJChemMolecule, MoleculeEncoding)
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.
Public methodWrite(IEnumerableIJChemMolecule, MoleculeFormat)
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.
Public methodWrite(IEnumerableIJChemMolecule, MoleculeEncoding)
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.
Public methodWrite(IJChemMolecule, MoleculeFormat, MoleculeEncoding)
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.
Public methodWrite(IEnumerableIJChemMolecule, MoleculeFormat, MoleculeEncoding)
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.
Top
See Also

Reference