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