Enabled Property
Syntax
CWGraph3D.Enabled
Data Type
Purpose
Specifies if the graph generates any events.
Remarks
If the CWGraph3D.Enabled property is set to False, all tracking and events are disabled.
Example
'Generate events on the graph
CWGraph3D1.Enabled = True