Bond order:
  • 0 = none
  • 1 = single
  • 2 = double
  • 3 = triple
  • 4 = aromatic
  • 5 = SingleOrDouble
  • 6 = SingleOrAromatic
  • 7 = DoubleOrAromatic
  • 8 = any

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

Syntax

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

Remarks

if bond order is not in [0..4] order is set as 0 and bond query features is set on

See Also