IClipboardHandlerPasteFrom Method (IEnumerableIJChemMolecule)ChemAxon .NET API
Retrieves multiple molecule from the clipboard. A return value indicates whether there is molecule on the clipboard.

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

bool PasteFrom(
	out IEnumerable<IJChemMolecule> molecules
)

Parameters

molecules
Type: System.Collections.GenericIEnumerableIJChemMolecule
Enumerable molecule sequence from the clipboard

Return Value

Type: Boolean
true if there is molecule on the clipboard; otherwise false
See Also

Reference