Search and find next atom in ring completing the sequence : previous - root - ...

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public Atom FindBondedRingAtom(
	Atom root,
	Atom known
)
Visual Basic (Declaration)
Public Function FindBondedRingAtom ( _
	root As Atom, _
	known As Atom _
) As Atom
Visual C++
public:
Atom^ FindBondedRingAtom(
	Atom^ root, 
	Atom^ known
)

Parameters

root
Type: Hyleos.Chemistry..::.Atom
Root atom
known
Type: Hyleos.Chemistry..::.Atom
Known atom

Return Value

Atom attached to root one and not the known one in the same ring

See Also