CogVisionDataContainer GetRangeImages Method ( CogImage16Range  ,  String  )Cognex VisionPro 9.5
This method steps through the top level elements in this container and copies a reference to every CogImage16Range that it finds into an output array of CogImage16Range references. For every range image so identified, the associated dictionary key string is copied into an output array of string references. The resultant output arrays may be empty. This method ignores top level elements that are not of type CogImage16Range.

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

public void GetRangeImages(
	out CogImage16Range[] rangeImages,
	out string[] identifiers
)

Parameters

rangeImages
Type:  Cognex.VisionPro CogImage16Range  
The output array of CogImage16Range references. This output array is always allocated by this method, but the resultant array may be empty.
identifiers
Type:  System String  
The output array of string references. This output array is always allocated by this method, but the resultant array may be empty.
See Also