CogCoordinateAxes DisplayedAspect Property Cognex VisionPro
When DisplayMode is cogCoordinateAxesModeScreen, this is the ratio of the displayed length of Y-axis to DisplayedXAxisLength.

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

public double DisplayedAspect { 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

    When DisplayMode is Screen this is the aspect ratio of the displayed length of y-axis to the displayed length of the x-axis.

    Default Value: 1

    See Also