CogFitLine GetPoint Method Cognex VisionPro 9.5
Get the given point.

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

public void GetPoint(
	int index,
	out double x,
	out double y
)

Parameters

index
Type: System Int32

The index (0-based) of the point to get.

x
Type: System Double 

A variable into which is placed the X-coordinate of the specified point.

y
Type: System Double 

A variable into which is placed the Y-coordinate of the specified point.

Exceptions

ExceptionCondition
ArgumentException

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

Remarks

Gets the X- and Y-coordinates of the point with the supplied index.

See Also