Cog3DGeometryGraphicBase Interactive Property Cognex VisionPro 9.8
Allows the graphic to be dragged by interactive handles.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 75.1.0.0
Syntax

public virtual bool Interactive { get; set; }

Property Value

Type: Boolean
Events

Exceptions

ExceptionCondition
InvalidOperationException Thrown whenever the user tries to set this property on a class which does not support interactivity.
See Also