CogCalibCheckerboardRunParams CalibratedSpaceName Property Cognex VisionPro
Name of the calibrated coordinate space that will be attached to the coordinate space tree of the output image. This must be a valid non-qualified name.

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

public string CalibratedSpaceName { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogCalibCheckerboardRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new name is not a legal space name.

Remarks

Name of the calibrated coordinate space that will be attached to the coordinate space tree of the output image. This must be a valid non-qualified name.

Default Value: "Checkerboard Calibration"

See Also