CogAcqFieldCalibration SetFieldCalibrationSpaceName2D Method Cognex VisionPro 9.20
Set the name of a 2D coordinate space.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual void SetFieldCalibrationSpaceName2D(
	CogFieldCalibrationSpaceConstants space,
	string newVal
)

Parameters

space
Type: Cognex.VisionPro CogFieldCalibrationSpaceConstants
The coordinate space which will have its name set.
newVal
Type: System String
n/a

Implements

ICogAcqFieldCalibration SetFieldCalibrationSpaceName2D(CogFieldCalibrationSpaceConstants, String)
Remarks

Each space as defined by CogFieldCalibrationSpaceConstants can have a name associated with it. The AcqFifo will internally keep track of the names. The default values are a text representation of the coordinate spaces ("Phys2D", "Sensor2D", "YLockedToMotion2D")

If field calibration is disabled, CalibratedSpaceName2D is used.

See Also