LineSegment EndPointAdornment Property Cognex VisionPro 9.22
Get

The end point adornment of this line segment.

Set

Sets EndPointAdornment.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public LineSegmentAdornmentConstants EndPointAdornment { get; set; }

Property Value

Type: LineSegmentAdornmentConstants
Default Value: None
Exceptions

ExceptionCondition
ArgumentExceptionValue is not in LineSegmentAdornmentConstants.
Remarks

The end point adornment of this line segment.

Remarks

Changed Raised when the value of this property changes.

See Also