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