CogAcqReadoutDirection VerticalReadoutReversed Property Cognex VisionPro 9.8 SR1
Get or set whether vertical readout direction is reversed.

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

public virtual bool VerticalReadoutReversed { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqReadoutDirection VerticalReadoutReversed
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the trigger period changes.

The following state flag may be affected:

Remarks

Sets or gets whether the vertical readout direction is reversed. If True, each line will be read from bottom to top instead of from top to bottom.

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

Default Value: False

See Also