CogFitCircle GetX Method Cognex VisionPro 9.8
The X coordinate of the given point.

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

public double GetX(
	int index
)

Return Value

Type: Double
Events

Event TypeReason
CogFitCircle 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 X coordinate of the given point.

See Also