M_Rhino_Geometry_Matrix_SwapColumns - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix.SwapColumns Method

Exchanges two columns.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SwapColumns(
	int columnA,
	int columnB
)

VB

Public Function SwapColumns ( 
	columnA As Integer,
	columnB As Integer
) As Boolean

Parameters

 

columnA
Type: System.Int32
A first column.
columnB
Type: System.Int32
Another column.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️