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

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 65.1.0.0
Syntax

public virtual bool AutoPrepareEnabled { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqFifo AutoPrepareEnabled
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