CogCalibNPointToNPointRunParams CalibratedSpaceName Property Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public string CalibratedSpaceName { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogCalibNPointToNPointRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is not a legal nonqualified space name.

Remarks

Returns or sets the name of the calibrated coordinate space that will be attached to the coordinate space tree of the input image. This must be a valid non-qualified space name.

Default Value: "N-Point Calibration"

See Also