Gets the absolute values of an existing reference point.
Namespace: Cognex.VisionPro.PixelMapAssembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 91.0.0.0
public void GetReferencePointAbsolute(
int index,
out int inputVal,
out int outputVal
)
public void GetReferencePointAbsolute(
int index,
out int inputVal,
out int outputVal
)
Public Sub GetReferencePointAbsolute (
index As Integer,
<OutAttribute> ByRef inputVal As Integer,
<OutAttribute> ByRef outputVal As Integer
)
Public Sub GetReferencePointAbsolute (
index As Integer,
<OutAttribute> ByRef inputVal As Integer,
<OutAttribute> ByRef outputVal As Integer
)
public:
void GetReferencePointAbsolute(
int index,
[OutAttribute] int% inputVal,
[OutAttribute] int% outputVal
)
public:
void GetReferencePointAbsolute(
int index,
[OutAttribute] int% inputVal,
[OutAttribute] 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.
| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
If the index is negative or >= the number of reference points
|