Specifies how unit length in Home2D is established.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 69.0.0.0
public CogHandEyeHome2DUnitLengthReferenceConstants Home2DUnitLengthReference { get; set; }public CogHandEyeHome2DUnitLengthReferenceConstants Home2DUnitLengthReference { get; set; }Public Property Home2DUnitLengthReference As CogHandEyeHome2DUnitLengthReferenceConstants
Get
Set
Public Property Home2DUnitLengthReference As CogHandEyeHome2DUnitLengthReferenceConstants
Get
Set
public:
property CogHandEyeHome2DUnitLengthReferenceConstants Home2DUnitLengthReference {
CogHandEyeHome2DUnitLengthReferenceConstants get ();
void set (CogHandEyeHome2DUnitLengthReferenceConstants value);
}public:
property CogHandEyeHome2DUnitLengthReferenceConstants Home2DUnitLengthReference {
CogHandEyeHome2DUnitLengthReferenceConstants get ();
void set (CogHandEyeHome2DUnitLengthReferenceConstants value);
}Property Value
Type:
CogHandEyeHome2DUnitLengthReferenceConstants
The default is UseCalibrationPlate.
| Exception | Condition |
|---|
| ArgumentException |
The supplied value is not a member of the
CogHandEyeHome2DUnitLengthReferenceConstants enumeration.
|