M_Rhino_Geometry_Matrix_SwapRows - mcneel/rhinocommon-api-docs GitHub Wiki
Exchanges two rows.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool SwapRows(
int rowA,
int rowB
)
VB
Public Function SwapRows (
rowA As Integer,
rowB As Integer
) As Boolean
- rowA
- Type: System.Int32
A first row. - rowB
- Type: System.Int32
Another row.
Type: Boolean
true if operation succeeded; otherwise false.
Supported in: 6.0.16224.21491, 5D58w