CogPixelMap GetReferencePointAbsolute Method Cognex VisionPro 9.5
Gets the absolute values of an existing reference point.

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

public void GetReferencePointAbsolute(
	int index,
	out int inputVal,
	out int outputVal
)

Parameters

index
Type: System Int32
The index of the reference point.
inputVal
Type: System Int32 
A reference to the destination where the input value of the reference point shell be returned.
outputVal
Type: System Int32 
A reference to the destination where the output value of the reference point shell be returned.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the index is negative or >= the number of reference points
See Also