CogCompositeShape 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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public virtual bool Interactive { get; set; }

Property Value

Type: Boolean

Implements

ICogGraphicInteractive Interactive
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the interactive state changes.

The following state flag may be affected:

Remarks

Sets or gets whether this CogGraphicInteractive can be selected and manipulated. See GraphicDOFEnableBase for information about interactive manipulation of an object.

See Also