CogTransform2DComposed GetTransform Method Cognex VisionPro 9.10
Returns a reference to the transform at the specified index in the contained sequence.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public ICogTransform2D GetTransform(
	int index
)

Parameters

index
Type: System Int32

The zero-based index of the transformation to return.

Return Value

Type: ICogTransform2D
Exceptions

ExceptionCondition
ArgumentException

index is < 0 or > Count−1

Remarks

Returns the transform at the specified index in the sequence of transformations contained in this composed transformation.

See Also