CogHandEyeCalibrator Home2DUnitLengthReference Property Cognex VisionPro 9.22
Specifies how unit length in Home2D is established.

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

public CogHandEyeHome2DUnitLengthReferenceConstants Home2DUnitLengthReference { get; set; }

Property Value

Type: CogHandEyeHome2DUnitLengthReferenceConstants
The default is UseCalibrationPlate.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of the CogHandEyeHome2DUnitLengthReferenceConstants enumeration.
See Also