EssOtlGetHierarchyType

Gets the dimension's hierarchy type designation: Multiple hierarchies enabled, dynamic hierarchy, or stored hierarchy.

Syntax

ESS_FUNC_M EssOtlGetHierarchyType(hOutline, hMember, pType);
ParameterData TypeDescription

hOutline

ESS_HOUTLINE_T

Outline context handle (input).

hMember

ESS_HMEMBER_T

A dimension member (input).

pType

ESS_UCHAR_T

If hMember is a dimension member, one of the following values (output):

  • ESS_STORED_HIERARCHY—The dimension is a single, stored hierarchy.

  • ESS_DYNAMIC_HIERARCHY—The dimension is a single, dynamic hierarchy.

  • ESS_MULTIPLE_HIERARCHY_IS_ENABLED—The dimension is multiple-hierarchy enabled.

See Notes.

Notes

Return Value

Returns 0 if successful; otherwise, returns an error.

See Also