Cog3DVisionDataUtils GetRangeImageFromVisionData Method Cognex VisionPro 9.5
Get a CogImage16Range from the supplied ICogVisionData object. If the ICogVisionData object is a CogImage16Range type or a valid CogVisionDataContainer type, this function returns a valid CogImage16Range object, otherwise a null pointer is returned.

Namespace: Cognex.VisionPro3D.Implementation
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax

public static CogImage16Range GetRangeImageFromVisionData(
	ICogVisionData data
)

Return Value

Type: CogImage16Range
A reference to the vision data's CogImage16Range, or null if the input argument does not reference a range image.
See Also