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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public CogEllipticalArcAdornmentConstants EndPointAdornment { get; set; }

Property Value

Type: CogEllipticalArcAdornmentConstants
Events

Event TypeReason
CogEllipticalArc Changed

Fires when the adornment changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is not in CogEllipticalArcAdornmentConstants.

    Remarks

    Sets or gets the endpoint adornment of this elliptical arc.

    Default Value: None

    See Also