MaskGraphic Interactive Property Cognex VisionPro 9.22

Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public override bool Interactive { get; set; }

Property Value

Type: Boolean

Implements

IGraphicInteractive Interactive
Remarks

Gets whether this IGraphicInteractive can be selected and manipulated. See GraphicDOFEnableBase for information about interactive manipulation of an object.

See Also