EllipticalAnnulusSection RadiusX Property Cognex VisionPro 9.25 SR1
Get

Returns the distance from the center of the start ellipse to its boundary (along the ellipse's x-axis). Note that the start ellipse will be the inner ellipse if RadialScale is greater than one, otherwise it will be the outer one.

Set

Sets RadiusX.

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

public double RadiusX { get; set; }

Property Value

Type: Double
Default Value: 50
Exceptions

ExceptionCondition
ArgumentExceptionValue <= 0.0
Remarks

Gets the distance from the center of the underlying start ellipse to its boundary along the ellipse's x-axis. If RadialScale is greater than 1, the start ellipse is the inner ellipse, otherwise it is the outer ellipse. The x-axis may be rotated.

Remarks

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

See Also