Cog3DMatrix3x3 Element Property Cognex VisionPro 9.5
This property is deprecated, please use GetElment and SetElement instead.

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

public double this[
	int rowIndex,
	int colIndex
] { get; set; }

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.

Property 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].
Remarks

The setter recalculates Determinant.
See Also