CogAcqReadoutDirection HorizontalReadoutReversed Property Cognex VisionPro 9.5
Get or set whether horizontal readout direction is reversed.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public virtual bool HorizontalReadoutReversed { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqReadoutDirection HorizontalReadoutReversed
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the trigger period changes.

The following state flag may be affected:

Remarks

Sets or gets whether the horizontal readout direction is reversed. If True, each line will be read from right to left instead of from left to right.

Note: This property is supported only on CDC-100 cameras.

Default Value: False

See Also