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.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.0.0.0
Syntax
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