CogHandEyeCalibrator MotionCapability Property Cognex VisionPro 9.10
The motion capability of the stage.

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

public CogHandEyeMotionCapabilityConstants MotionCapability { get; set; }

Property Value

Type: CogHandEyeMotionCapabilityConstants
The default is RotationAndTranslation2Axes.
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 CogHandEyeMotionCapabilityConstants enumeration.
See Also