CogCoordinateAxes XAxisLength Property Cognex VisionPro 9.7
The length in the selected coordinate space of the x-axis of this shape.

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

public double XAxisLength { 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 in the selected coordinate space of the x-axis of this shape.

    See Also