Gets the corner extracted by the execute method.
Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public CogPointMarker Corner { get; }public CogPointMarker Corner { get; }Public ReadOnly Property Corner As CogPointMarker
Get
Public ReadOnly Property Corner As CogPointMarker
Get
public:
property CogPointMarker^ Corner {
CogPointMarker^ get ();
}public:
property CogPointMarker^ Corner {
CogPointMarker^ get ();
}Property Value
Type:
CogPointMarker
The corner position is in the ProfileSelectedSpaceName.
The corner returned is the corner specified by the cornerIndex property.
Returns null if the corner was not extracted.