CogCircularArc StartPointAdornment Property Cognex VisionPro
Returns/sets the start point adornment of this circular arc.

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

public CogCircularArcAdornmentConstants StartPointAdornment { get; set; }

Property Value

Type: CogCircularArcAdornmentConstants
Events

Event TypeReason
CogCircularArc Changed

Fires when the adornment changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is not in CogCircularArcAdornmentConstants.

    Remarks

    Sets or gets the start point adornment of this circular arc.

    Default Value: None

    See Also