CogFeatureCrsps GetPhysicalPoints Method Cognex VisionPro 9.25 SR1
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: 93.1.0.0 (93.1.0.0)
Syntax

public double[,] GetPhysicalPoints()

Return Value

Type:  Double 
Exceptions

ExceptionCondition
InvalidOperationException If Count is less than one.
See Also