Click or drag to resize

CDXBaseAddBond Method

Namespace:  Scilligence.MolEngine.IO
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
protected Bond AddBond(
	int parentNode,
	Dictionary<int, Atom> idmap,
	int a1,
	int a2,
	bool reversed,
	BondBondOrder order,
	BondBondStereo stereo,
	ABSet abset
)

Parameters

parentNode
Type: SystemInt32
idmap
Type: System.Collections.GenericDictionaryInt32, Atom
a1
Type: SystemInt32
a2
Type: SystemInt32
reversed
Type: SystemBoolean
order
Type: Scilligence.MolEngineBondBondOrder
stereo
Type: Scilligence.MolEngineBondBondStereo
abset
Type: Scilligence.MolEngineABSet

Return Value

Type: Bond
See Also