CogEllipticalArc DirectionAdornment Property Cognex VisionPro
Returns/sets the direction adornment of this elliptical arc. These adornments indicate the direction from the start point to the end point.

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

public CogEllipticalArcDirectionAdornmentConstants DirectionAdornment { get; set; }

Property Value

Type: CogEllipticalArcDirectionAdornmentConstants
Events

Event TypeReason
CogEllipticalArc Changed

Fires when the adornment changes.

The following state flag may be affected:

    Exceptions

    Remarks

    Sets or gets the direction adornment of this elliptical arc which indicates the direction from the start point to the end point.

    Default Value: None

    See Also