CogCircle Radius Property Cognex VisionPro 9.8
Radius of this circle.

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

public double Radius { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircle Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new radius is <=0.

    Remarks

    Radius of this circle.

    Default Value: 50

    See Also