Cog3DVisionDataStitch OutputImageXMin Property Cognex VisionPro 9.8
Client space (OutputSpaceName3D) minimum X bounds for the output range image. Ignored if OutputImageXYMode is not Limit. Note that setting this value to greater than the current OutputImageXMax will cause OutputImageXMax to be set to the new value as well.

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

public double OutputImageXMin { 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