EssOtlSetAltHierarchyEnabled

Sets a dimension to be multiple-hierarchy enabled.

Syntax

ESS_FUNC_M EssOtlSetAltHierarchyEnabled(hOutline, hDimMember, cEnabled);
ParameterData TypeDescription

hOutline

ESS_HOUTLINE_T

Outline context handle (input).

hDimMember

ESS_HMEMBER_T

A dimension member (input).

cEnabled

ESS_BOOL_T

If TRUE, the dimension is set to enable multiple hierarchies. If FALSE, the dimension is set to a single, stored hierarchy.

Return Value

See Also