DimensionHierarchy::getAttributeLevel Method
Determines the level of the specified dimension attribute in the specified dimension hierarchy.
Syntax
client server public static int getAttributeLevel(RefRecId _dimensionHierarchyId, RefRecId _dimensionAttributeId)
Run On
Called
Parameters
- _dimensionHierarchyId
Type: RefRecId Extended Data Type
The ID of the dimension hierarchy.
- _dimensionAttributeId
Type: RefRecId Extended Data Type
The ID of the dimension attribute.
Return Value
Type: int
The level number of the specified dimension attribute in the specified hierarchy; 0 (zero) if the dimension attribute does not exist in the hierarchy.