Exchanges two rows.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool SwapRows(
int rowA,
int rowB
)
Public Function SwapRows (
rowA As Integer,
rowB As Integer
) As Boolean
Parameters
- rowA
- Type: SystemInt32
A first row. - rowB
- Type: SystemInt32
Another row.
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