Updates the layer sort order
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic void Sort(
IEnumerable<int> layerIndices
)
Public Sub Sort (
layerIndices As IEnumerable(Of Integer)
)
Parameters
- layerIndices
- Type: System.Collections.GenericIEnumerableInt32
The sort order.
See Also