ICogShapeModel Interactive Property Cognex VisionPro
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: 65.1.0.0
Syntax

bool Interactive { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the interactive state changes.

The following state flag may be affected:

    Remarks

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

    See Also