Delete the given Bond from this molecule

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

Syntax

C#
public bool DeleteBond(
	Bond bond
)
Visual Basic (Declaration)
Public Function DeleteBond ( _
	bond As Bond _
) As Boolean
Visual C++
public:
bool DeleteBond(
	Bond^ bond
)

Parameters

bond
Type: Hyleos.Chemistry..::.Bond
The bond to delete

Return Value

True on success, false otherwise

See Also