Cog3DPointCloudMesh GetStorageFromRootTransform Method Cognex VisionPro 9.8 SR1
Return the reference to the storage-from-root transform at the specified index.

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

public ICog3DTransform GetStorageFromRootTransform(
	int index
)

Parameters

index
Type: System Int32
The zero -based index of the desired storage-from-root transform.

Return Value

Type: ICog3DTransform
Exceptions

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