CogCircularArc CenterY Property Cognex VisionPro
Returns/sets the Y coordinate of the center of the circle.

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

public double CenterY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircularArc 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