Cog3DRectangleGraphic Interactive Property Cognex VisionPro 9.22
Allows the graphic to be dragged by interactive handles.

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

public override 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