IHsvTreeInfo Interface Methods

The IHsvTreeInfo interface is implemented by all of the dimension objects in the HsvMetadata type library; for more information, see HsvMetadata Type Library Overview. The IHsvTreeInfo interface’s methods get IDs and labels of dimension members, and also get information about dimension hierarchies. These methods are summarized in Table 19, IHsvTreeInfo Interface Methods , and are described in detail in the following topics.

To assign an IHsvTreeInfo object reference, use the HsvMetadata object property that corresponds to the applicable dimension. The following example uses the Accounts property to assign an IHsvTreeInfo object reference for the Account dimension:

  Dim cMetadata as HsvMetadata, cTreeInfo as IHsvTreeInfo
  Set cMetadata = m_cSession.MetaData
  Set cTreeInfo = cMetadata.Accounts

Tip:

You can also use the HsvMetadata.Dimension property to assign IHsvTreeInfo object references. For more information, see Dimension.