CogFeatureCrsps GetPhysicalPoints Method Cognex VisionPro 9.7
Get the PhysicalX, PhysicalY pairs in this collection as a row-major two dimensional array of double.

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

public double[,] GetPhysicalPoints()

Return Value

Type:  Double 
Exceptions

ExceptionCondition
InvalidOperationException If Count is less than one.
See Also