Cog3DPointCloudMesh RemoveRootAndTransform Method Cognex VisionPro 9.22
Remove the existing root and storage-from-root transform at specified index.

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

public void RemoveRootAndTransform(
	int index
)

Parameters

index
Type: System Int32
The zero -based index at which to remove the root and transform.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this method changes the internal state of this object.

The following state flags may be affected:

Exceptions

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