ExplicitDimensionSet Methods

The following section discusses the ExplicitDimensionSet class methods. The methods are discussed in alphabetical order.

Syntax

AttachDimension(DimName)

Description

Use the AttachDimension method to attach a dimension to an explicit dimension set.

Parameters

Field or Control

Definition

DimName

Specify the name of the dimension you want to attach.

Returns

None.

Syntax

DetachDimension(DimName)

Description

Use the DetachDimension method to detach a dimension from an explicit dimension set.

Parameters

Field or Control

Definition

DimName

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

Returns

None.

Syntax

GetDimensionNames()

Description

Use the GetDimensionNames method to return an array of string that contains the names of all the dimensions associated with the ExplicitDimensionSet.

Parameters

None.

Returns

An array of string.