Remove the existing root and storage-from-root
transform at specified index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero -based index at which to remove the root and transform.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed |
Fires when this method changes the internal state of this object.
The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRange | If index is less than zero or not less than NumRoots. |
See Also