Chiral flag property

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

Syntax

C#
public bool Chiral { get; set; }
Visual Basic (Declaration)
Public Property Chiral As Boolean
Visual C++
public:
property bool Chiral {
	bool get ();
	void set (bool value);
}

Field Value

Gets / Sets chiral flag

See Also