CogFitEllipse SetY Method Cognex VisionPro 9.5
The Y coordinate of the given point.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public void SetY(
	int index,
	double value
)
Events

Event TypeReason
CogFitEllipse Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    index is less than zero or greater than or equal to NumPoints.

    Remarks

    The Y coordinate of the given point.

    See Also