Get the name of a 2D coordinate space.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Parameters
- space
- Type: Cognex.VisionPro CogFieldCalibrationSpaceConstants
The coordinate space to get the name of.
Return Value
Type: StringThe name of the coordinate space.
Implements
ICogAcqFieldCalibration GetFieldCalibrationSpaceName2D(CogFieldCalibrationSpaceConstants)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