AddNew(Name: String): ICubeCreatorDimension;
Name. Cube dimension name.
The AddNew method creates a new dimension in the collection.
An individual MDM dictionary is created on creating a cube for this dimension. If the ICubeCreator.RdsDatabase property is selected in the cube creator parameters, a dictionary is created in the cube, otherwise the dictionary stores to the folder, in which the cube is to be stored.
The example of use is given in description of the ICubeCreator.CreateCube method.
See also: