Returns the default position of a member within a dimension’s hierarchy.
<IHsvTreeInfo>.GetDefaultHierarchyPosition lMemberID, plPos
Long. Returns the position of the member in the fully expanded hierarchy. This is a zero-based value. For example, in the following hierarchy, California would return 3 and Management would return 4. For a member that appears more than once in the hierarchy, GetDefaultHierarchyPosition returns the position where the member is located under its default parent. To get a member’s default parent, you can use GetDefaultParent or GetDefaultParentLabel. |