Cog3DPartCorresponderUsingCrsp2D3DsResult GetIndicesOfCameraAndPartInstance Method Cognex VisionPro
Gets the indices of the camera and the original part instance corresponding to this result. Each KeyValuePair inside the returned Dictionary corresponds to (cameraIndex, originalPartInstanceIndex).

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public Dictionary<int, int> GetIndicesOfCameraAndPartInstance()

Return Value

Type: Dictionary Int32, Int32 
The indices of the camera and the original part instance corresponding to this result. Note that there is at most one Dictionary entry for each camera.
See Also