Gets or sets Number of aromatic bond

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

Syntax

C#
public byte Aromatic { get; set; }
Visual Basic (Declaration)
Public Property Aromatic As Byte
Visual C++
public:
property unsigned char Aromatic {
	unsigned char get ();
	void set (unsigned char value);
}

See Also