CopyDimension method: AnalyticModelDefn class

Syntax

CopyDimension(DimName, NewDimName)

Description

Use the CopyDimension method to copy the dimension specified by DimName to a new dimension. If the dimension specified by NewDimName already exists, this method fails.

Parameters

Parameter Description

DimName

Specify the name of the dimension that you want to copy.

NewDimName

Specify the name of the new dimension that you want the data copied to.

Returns

A DimensionDefn object.