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.ImplementationAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
Syntax
Parameters
- data
- Type: Cognex.VisionPro ICogVisionData
The ICogVisionData object.
Return Value
Type: CogImage16RangeA reference to the vision data's CogImage16Range, or null if the input argument does not reference a range image.
See Also