GraphicsEnabled Property

Description
Sets / returns whether vision graphics are displayed after a sequence is run. In order to see graphics, you must attach the control to a Spel class instance using the SPELVideo Control property. This property can be set "on the fly" so that graphics can be turned on/off while sequences are being run.

Syntax
Property GraphicsEnabled As Boolean

Default Value
False

Return Value
True if vision graphics are displayed, False if not.

See Also
Camera Property, VideoEnabled Property

Examples
VB Example:

SpelVideo1.GraphicsEnabled = True  

C# Example:

SpelVideo1.GraphicsEnabled = true;