Gets the point computed by the execute method.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public CogPointMarker PointInImage { get; }public CogPointMarker PointInImage { get; }Public ReadOnly Property PointInImage As CogPointMarker
Get
Public ReadOnly Property PointInImage As CogPointMarker
Get
public:
property CogPointMarker^ PointInImage {
CogPointMarker^ get ();
}public:
property CogPointMarker^ PointInImage {
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.