EllipticalAnnulusSection AngleStart Property Cognex VisionPro 9.22
Get

Returns the angle (in radians) that specifies the start end of the annulus section. It is measured from the x-axis of the underlying ellipse.

Set

Sets AngleStart.

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

public double AngleStart { get; set; }

Property Value

Type: Double
Default Value: 0
Remarks

Gets the start angle of the annulus section. The angle is measured in radians from the x-axis of the underlying ellipse. AngleStart is normalized to a value between +π and −π.

Remarks

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

See Also