Exchanges two columns.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool SwapColumns(
int columnA,
int columnB
)
Public Function SwapColumns (
columnA As Integer,
columnB As Integer
) As Boolean
Parameters
- columnA
- Type: SystemInt32
A first column. - columnB
- Type: SystemInt32
Another column.
Return Value
Type:
Booleantrue if operation succeeded; otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also