CogCADToRangeResult RangeImage Property Cognex VisionPro 9.8 SR1
Gets the range image produced from the rendering operation.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 75.0.0.0
Syntax

public CogImage16Range RangeImage { get; }

Property Value

Type: CogImage16Range
. The rendered range image.
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also