Returns/sets 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.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogCircularAnnulusSection Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Value <= 0.0 |
Remarks
Sets or 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.
Default Value: 50
See Also