HFMwMbrSelDim Component

The HFMwMbrSelDim component represents dimensions in the HFMwMbrSel component’s collection of dimensions; an HFMwMbrSelDim instance is a view of a dimension in an HFMwMbrSel instance. You can use the HFMwMbrSelDim component to get and set a dimension’s attributes.

The HFMwMbrSelDim component can be used with any Financial Management dimension. You specify the dimension when you obtain an HFMwMbrSelDim object reference.

Obtaining an HFMwMbrSelDim Object Reference

Create an HFMwMbrSelDim object with the HFMwMbrSel component’s Dim property. The following example sets an HFMwMbrSelDim instance for the Account dimension:

Dim cMbrSel, cMbrSelDim
Set cMbrSel = Server.CreateObject("Hyperion.HFMwMbrSel")
'g_cSession is an HFMwSession object reference
cMbrSel.SetWebSession g_cSession
Set cMbrSelDim = cMbrSel.Dim(DIMENSIONACCOUNT)

The HFMwMbrSelDim component contains the properties described in the following topics.