GetLayout method: CubeCollection class
Syntax
GetLayout(&SlicerArray, &RowAxisArray, &ColumnAxisArray)
Description
Use the GetLayout method to return the current layout for the three axes, (slice, row, and column) on the specified dimension.
Parameters
| Parameter | Description |
|---|---|
|
&SlicerArray |
Specify an already instantiated array of string containing the list of fields used on the slice axis. |
|
&RowAxisArray |
Specify an already instantiated array of string containing the list of fields used on the row axis. |
|
&ColumnAxisArray |
Specify an already instantiated array of string containing the list of fields used on the column axis. |
Returns
None.