EllipticalArc RadiusY Property Cognex VisionPro 9.21 SR1
Get

Returns/sets the distance from the center of the ellipse to its boundary (along the ellipse's y-axis).

Set

Sets RadiusY.

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

public double RadiusY { get; set; }

Property Value

Type: Double
Default Value: 50
Exceptions

ExceptionCondition
ArgumentExceptionValue <= 0.0
Remarks

Sets or gets the distance from the center of the underlying ellipse to its boundary along the y-axis. The y-axis may be rotated.

Remarks

Changed Raised when the value of this property changes.

See Also