Cog3DVisionDataStitch OutputImageYMax Property Cognex VisionPro 9.22
Client space (OutputSpaceName3D) maximum Y bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to less than the current OutputImageYMin will cause OutputImageYMin to be set to the new value as well.

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

public double OutputImageYMax { get; set; }

Property Value

Type: Double
The default is 100.0.
Events

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