CogFixtureNPointToNPoint SetUnfixturedPointX Method Cognex VisionPro 9.5
The X coordinate of the unfixtured point with the given index. Valid indices range from 0 to NumPoints-1 inclusive.

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

public void SetUnfixturedPointX(
	int index,
	double value
)
Events

Event TypeReason
CogFixtureNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

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

Remarks

Returns or sets the x-axis coordinate of the unfixtured point with the given index. Valid indices range from 0 to NumPoints - 1, inclusive.

Default Value: 0

See Also