CogCircularArc Radius Property Cognex VisionPro
Returns/sets the radius of the circle.

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

public double Radius { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircularArc Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value <= 0.0

    Remarks

    Radius of this circular arc.

    Default Value: 50

    See Also