CogFeatureCrsps GetImagePoints Method Cognex VisionPro 9.23
Get the ImageX, ImageY pairs in this collection as a row-major two dimensional array of double.

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

public double[,] GetImagePoints()

Return Value

Type:  Double 
Exceptions

ExceptionCondition
InvalidOperationException If Count is less than one.
See Also