CogPixelMap SetReferencePointInputAbsolute Method Cognex VisionPro 9.10
Sets the absolute input value for an existing reference point.

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 79.0.0.0
Syntax

public void SetReferencePointInputAbsolute(
	int index,
	int inputVal
)

Parameters

index
Type: System Int32
The index of the reference point.
inputVal
Type: System Int32
The input value for the reference point.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent Fires when the input value of the reference point changes.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the index is negative or >= the number of reference points
ArgumentOutOfRangeException If inputVal is outside the range of [0, maxInGrey] inclusive.
See Also