CogAcqLineScan DistancePerLine Property Cognex VisionPro 9.5
The distance, in mm, between lines acquired from the camera.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public virtual double DistancePerLine { get; }

Property Value

Type: Double
The distance, in mm, between lines acquired from the camera.

Implements

ICogAcqLineScan DistancePerLine
Remarks

This read-only distance is a computed value. If the MotionInput is Encoder or SimulatedEncoder the distance is computed using SetStepsPerLine(Int32, Int32), EncoderResolution, and DistancePerCycle.

If the MotionInput is Encoderless the distance is a copy of ExpectedDistancePerLine.

If the MotionInput is Legacy the distance is undefined.

For a factory-calibrated DS1000 Series camera this distance is also equal to the YScale, the distance between rows of the range image.

See Also