Cog3DPointCloudMesh GetRoot Method Cognex VisionPro 9.5
Return the reference to the root object at the specified index.

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

public Cog3DPointCloudMeshRoot GetRoot(
	int index
)

Parameters

index
Type: System Int32
The zero -based index of the desired root object.

Return Value

Type: Cog3DPointCloudMeshRoot
Exceptions

ExceptionCondition
ArgumentOutOfRange If index is less than zero or not less than NumRoots.
See Also