CogCircularAnnulusSection CenterY Property Cognex VisionPro 9.8 SR1
Returns/sets the Y coordinate of the center of the circle defined by this circular annulus section.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public double CenterY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircularAnnulusSection Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets the y-coordinate of the center of the underlying circle.

    Default Value: 70

    See Also