Click or drag to resize

ABSetFindBond Method

Find a bond

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Bond FindBond(
	Atom a1,
	Atom a2
)

Parameters

a1
Type: Scilligence.MolEngineAtom
The first atom of the bond
a2
Type: Scilligence.MolEngineAtom
The second atom of the bond

Return Value

Type: Bond
The bond found. It will return null if no bond found
See Also