Cog3DPoseEstimatorUsingCrsp2D3DsResult PartInstanceIndex Property Cognex VisionPro 9.8
Get the index of the found part instance.

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

public int PartInstanceIndex { get; }

Property Value

Type: Int32
The index of the found part instance.
Remarks

This index is the same as the input parameter "partInstanceIndex" in related methods of Cog3DPoseEstimatorUsingCrsp2D3Ds.
See Also