Indicates the type of the Dimension being imported.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public enum ImportDimensionType
Visual Basic (Usage)
Dim instance As ImportDimensionType

Members

Member nameDescription
Both
Dimension is both from the import file and from the cube.
ImportFile
Dimension is from an import file.
Cube
Dimension is form a cube.

See Also