Index Of Bond in fragment

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

Syntax

C#
public int IndexOf(
	Bond bond
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	bond As Bond _
) As Integer
Visual C++
public:
int IndexOf(
	Bond^ bond
)

Parameters

bond
Type: Hyleos.Chemistry..::.Bond
Bond object

Return Value

Bond position in fragment, -1 if Bond mot found

See Also