Gets the nearest point found by the execute method.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 91.0.0.0
public CogPointMarker NearestPointInImage { get; }public CogPointMarker NearestPointInImage { get; }Public ReadOnly Property NearestPointInImage As CogPointMarker
Get
Public ReadOnly Property NearestPointInImage As CogPointMarker
Get
public:
property CogPointMarker^ NearestPointInImage {
CogPointMarker^ get ();
}public:
property CogPointMarker^ NearestPointInImage {
CogPointMarker^ get ();
}Property Value
Type:
CogPointMarker
The point is in the SelectedSpaceName of the range image
stored in the profile.
Returns null if the point was not computed.