InventDim::reverseDimFieldsList Method
Creates a list that has the specified elements in reverse order.
Syntax
client server public static List reverseDimFieldsList(List _list)
Run On
ClientOrServer
Parameters
- _list
Type: List Class
The list to reverse.
Return Value
Type: List Class
A list that has the specified elements in reverse order.