Get bonded atom its position into bond list

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

Syntax

C#
public Atom BondedAtom(
	int bondIndex
)
Visual Basic (Declaration)
Public Function BondedAtom ( _
	bondIndex As Integer _
) As Atom
Visual C++
public:
Atom^ BondedAtom(
	int bondIndex
)

Parameters

bondIndex
Type: System..::.Int32
bond position in BondCollection

Return Value

Bonded atom

See Also