Sets 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 void SetFeature(
	AtomContextFeatures feature
)
Visual Basic (Declaration)
Public Sub SetFeature ( _
	feature As AtomContextFeatures _
)
Visual C++
public:
void SetFeature(
	AtomContextFeatures feature
)

See Also