CogCalibNPointToNPoint CalibratedXAxisRotationSpace Property Cognex VisionPro
Specifies whether the CalibratedXAxisRotation property is expressed in uncalibrated space, or in raw calibrated space.

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

public CogCalibNPointAdjustmentSpaceConstants CalibratedXAxisRotationSpace { get; set; }

Property Value

Type: CogCalibNPointAdjustmentSpaceConstants
Events

Exceptions

ExceptionCondition
ArgumentException

The new value is not a valid member of the CogCalibNPointAdjustmentSpaceConstants enumeration.

Remarks

Specifies whether the CalibratedXAxisRotation property is expressed in uncalibrated space or raw calibrated space.

Default Value: RawCalibrated

See Also