CogFitLineResult GetY Method Cognex VisionPro 9.7
The Y coordinate of the given point.

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

public double GetY(
	int index
)

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

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

Remarks

The Y coordinate of the given point.

See Also