CogCoordinateAxes DisplayedXAxisLength Property Cognex VisionPro 9.7
The is the length of the X axis (in screen pixels) when DisplayMode is cogCoordinateAxesModeScreen.

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

public double DisplayedXAxisLength { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCoordinateAxes Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value is <= 0.

    Remarks

    The length of the x-axis in screen pixels when DisplayMode is Screen.

    Default Value: 20

    See Also