LineSegment StartPointAdornment Property Cognex VisionPro 9.24
Get

The start point adornment of this line segment.

Set

Sets StartPointAdornment.

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

public LineSegmentAdornmentConstants StartPointAdornment { get; set; }

Property Value

Type: LineSegmentAdornmentConstants
Default Value: None
Exceptions

ExceptionCondition
ArgumentExceptionValue is not in LineSegmentAdornmentConstants.
Remarks

The start point adornment of this line segment.

Remarks

Changed Raised when the value of this property changes.

See Also