Cog3DRangeImageCrossSectionDistancePointPoint Distance Property Cognex VisionPro
Gets the distance computed by the execute method. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

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

public double Distance { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException If the distance was not computed.
Remarks

The measured distance is in the profile selected space name.
See Also