CogCircularAnnulusSection CenterX Property Cognex VisionPro 9.8
Returns/sets the X 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.1.0.0
Syntax

public double CenterX { 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 x-coordinate of the center of the underlying circle.

    Default Value: 70

    See Also