EllipticalArc EndPointAdornment Property Cognex VisionPro 9.22 SR1
Get

Returns/sets the end point adornment of this elliptical arc. The end point occurs at the angle given by AngleStart + AngleSpan.

Set

Sets EndPointAdornment.

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

public EllipticalArcAdornmentConstants EndPointAdornment { get; set; }

Property Value

Type: EllipticalArcAdornmentConstants
Default Value: None
Exceptions

ExceptionCondition
ArgumentExceptionValue is not in EllipticalArcAdornmentConstants.
Remarks

Sets or gets the endpoint adornment of this elliptical arc.

Remarks

Changed Raised when the value of this property changes.

See Also