CogFeatureCrsps GetImagePoints Method Cognex VisionPro 9.8
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: 75.1.0.0 (75.1.0.0)
Syntax

public double[,] GetImagePoints()

Return Value

Type:  Double 
Exceptions

ExceptionCondition
InvalidOperationException If Count is less than one.
See Also