These functions are used in traversing the outline tree.
Function | Description |
---|---|
EsbOtlGetFirstMember | Returns a member handle to the first member in the outline; the first dimension defined in the outline |
EsbOtlGetChild | Returns a member handle to the child of a member |
EsbOtlGetParent | Returns a member handle to the parent of a member |
EsbOtlGetNextSibling | Returns a member handle to the next sibling of a member |
EsbOtlGetPrevSibling | Returns a member handle to the previous sibling of a member |
EsbOtlGetNextSharedMember | Returns a member handle to the next shared member of a real member |