P_Rhino_Geometry_Matrix_Item - mcneel/rhinocommon-api-docs GitHub Wiki
Gets or sets the matrix value at the given row and column indixes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double this[
int row,
int column
] { get; set; }
VB
Public Default Property Item (
row As Integer,
column As Integer
) As Double
Get
Set
- row
- Type: System.Int32
Index of row to access. - column
- Type: System.Int32
Index of column to access.
Type: Double
The new value at [row, column].
Type: Double
The value at [row, column].
Supported in: 6.0.16224.21491, 5D58w