Circle Radius Property Cognex VisionPro 9.22
Get

Radius of this circle.

Set

Sets Radius.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public double Radius { get; set; }

Property Value

Type: Double
Default Value: 50
Exceptions

ExceptionCondition
ArgumentExceptionThe new radius is <=0.
Remarks

Changed Raised when the value of this property changes. The following StateFlags may be affected :

See Also