CogCalibFeaturesSymbolParseResult GridPitchY Property Cognex VisionPro
Gets the y value of the grid pitch of the checkerboard tiles along the Y axis of Plate2D in physical measurement units.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax

public double GridPitchY { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
InvalidOperationException If HasGridPitch is false.
See Also