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

Return Value

The clockwise value

Remarks

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

See Also