Gets chiral center flag for the Atom object

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; }
Visual Basic (Declaration)
Public ReadOnly Property Chiral As Boolean
Visual C++
public:
property bool Chiral {
	bool get ();
}

Return Value

The chiral value

Remarks

Returns a internal boolean flag without calculation. SetFeature(AtomContextFeatures.Chiral) to change this flag.

See Also