Beta: Kekulize current graph (interpret aromatic ring's atom)

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

Syntax

C#
public bool Kekulize()
Visual Basic (Declaration)
Public Function Kekulize As Boolean
Visual C++
public:
bool Kekulize()

Return Value

True on success, false otherwise

Remarks

Should be call after reading a Smiles string (not validated)

See Also