Sets a dimension to be multiple-hierarchy enabled.
Syntax
ESS_FUNC_M EssOtlSetAltHierarchyEnabled(hOutline, hDimMember, cEnabled);
Parameter | Data Type | Description |
---|---|---|
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
0—If successful
Returns error OTLAPI_ERR_BADDIM if hDimMember is not a dimension member.
See Also