CopyCube method: AnalyticModelDefn class
Syntax
CopyCube(CubeName, NewCubeName)
Description
Use the CopyCube method to copy the specified cube to the new cube. This method fails if the cube specified by CubeName already exists.
Parameters
| Parameter | Description |
|---|---|
|
CubeName |
Specify the name of the cube that you want to copy. |
|
NewCubeName |
Specify the name of the new cube that you want to create. |
Returns
A CubeDefn object.