Click or drag to resize

Molecule Constructor (ABSet)

Construct a Molecule object and initialize it with atoms and bonds from src.

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Molecule(
	ABSet src
)

Parameters

src
Type: Scilligence.MolEngineABSet
Atoms and bonds will be transfer to the Molecule object.
See Also