Transform2DComposed GetTransform Method Cognex VisionPro 9.24

Returns a reference to the transform at the specified index in the contained sequence.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public ITransform2D GetTransform(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the transformation to return.

Return Value

Type: ITransform2D
Exceptions

ExceptionCondition
ArgumentExceptionindex is < 0 or > Count -1
See Also