CogAcqRangeImage SelectCalibratedSpace2D Property Cognex VisionPro 9.22
Whether or not to use the calibrated 2D coordinate space of the range image as its 2D SelectedSpaceName. If this value is set to false the SelectedSpaceName will be "@". Otherwise it will be the name of the calibrated 2D space.

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

public virtual bool SelectCalibratedSpace2D { get; set; }

Property Value

Type: Boolean
The default value is True.

Implements

ICogAcqRangeImage SelectCalibratedSpace2D
Events

Remarks

This only applies when acquiring a CogImage16Range.
See Also