GraphicInteractiveBase Interactive Property Cognex VisionPro 9.25 SR1
Get

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

Set

Sets Interactive.

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

public abstract 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.

Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also