CogPixelMap GetReferencePointOutputAbsolute Method Cognex VisionPro 9.25 SR1
Gets the absolute output value of an existing reference point.

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

public int GetReferencePointOutputAbsolute(
	int index
)

Parameters

index
Type: System Int32
The index of the reference point.

Return Value

Type: Int32
The absolute output value of the reference point.
Exceptions

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