Click or drag to resize
SoVRMLStringSensorEnableEvents Method

Enables/disables events for all SoVRMLStringSensor objects.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void EnableEvents(
	bool OnOffFlag
)

Parameters

OnOffFlag
Type: SystemBoolean
Remarks

If you have created several objects of this class, you can disable/enable events for all of them with a single call to this method.

See Also