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

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

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