Cog3DMatrix3x3 GetElement Method Cognex VisionPro 9.8 SR1
Gets one element of the matrix.

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

public double GetElement(
	int rowIndex,
	int colIndex
)

Parameters

rowIndex
Type: System Int32
The zero-based row index of the matrix.
colIndex
Type: System Int32
The zero-based column index of the matrix.

Return Value

Type: Double
The value of the element at the given row and column.
Exceptions

ExceptionCondition
ArgumentException If rowIndex or colIndex is not inside range [0,2].
See Also