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

Return Value

The antiClockwise value

Remarks

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

See Also