Gets the nearest point found by the execute method.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
public CogPointMarker NearestPoint { get; }public CogPointMarker NearestPoint { get; }Public ReadOnly Property NearestPoint As CogPointMarker
Get
Public ReadOnly Property NearestPoint As CogPointMarker
Get
public:
property CogPointMarker^ NearestPoint {
CogPointMarker^ get ();
}public:
property CogPointMarker^ NearestPoint {
CogPointMarker^ get ();
}Property Value
Type:
CogPointMarker
The point is in the ProfileSelectedSpaceName.
Returns null if the point was not computed.