Get the AtomContextFeatures 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 HasFeature(
	AtomContextFeatures feature
)
Visual Basic (Declaration)
Public Function HasFeature ( _
	feature As AtomContextFeatures _
) As Boolean
Visual C++
public:
bool HasFeature(
	AtomContextFeatures feature
)

Return Value

True if assigned, false otherwise

See Also