RhinoCommon API
TransformItem Property |
Gets or sets the matrix value at the given row and column indixes.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public double this[ int row, int column ] { get; set; }
Public Default Property Item ( row As Integer, column As Integer ) As Double Get Set
Parameters
- row
- Type: SystemInt32
Index of row to access, must be 0, 1, 2 or 3. - column
- Type: SystemInt32
Index of column to access, must be 0, 1, 2 or 3.
Property Value
Type: DoubleThe new value at [row, column]
Return Value
Type: DoubleThe value at [row, column]

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14