Cog3DVisionDataStitch OutputImageXYMode Property Cognex VisionPro 9.22
How to define the X, Y bounds of the output image. There are two defined modes: Limit and Auto.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.0.0.0
Syntax

public Cog3DVisionDataStitchXYModeConstants OutputImageXYMode { get; set; }

Property Value

Type: Cog3DVisionDataStitchXYModeConstants
The default is Auto.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of Cog3DVisionDataStitchXYModeConstants
See Also