CogEllipticalArc StartPointAdornment Property Cognex VisionPro
Returns/sets the start point adornment of this elliptical arc. The start point occurs at the angle given by AngleStart.

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

public CogEllipticalArcAdornmentConstants StartPointAdornment { 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 start point adornment of this elliptical arc.

    Default Value: None

    See Also