ICogAcqFifo AutoPrepareEnabled Property Cognex VisionPro 9.8
Whether a fifo is automatically prepared after a property is changed. Default is true.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

bool AutoPrepareEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the property changes.

The following state flag may be affected:

Remarks

Specifies whether the acquisition FIFO is automatically prepared after a property changes.

Default Value: True

See Also