CircularAnnulusSection Radius Property Cognex VisionPro 9.10
Get

Gets the Radius of the start arc of this annulus section. Note this could be either the inner arc or the outer arc depending on whether RadialScale is greater than or less than 1.0.

Set

Sets Radius.

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

public double Radius { get; set; }

Property Value

Type: Double
Default Value: 50
Exceptions

ExceptionCondition
ArgumentExceptionValue <= 0.0
Remarks

Gets the radius of the start arc of this annulus section. If RadialScale is less than 1, the radius is from the center to the outer arc; if it is greater than 1, the radius is from the center to the inner arc.

Remarks

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

See Also