The Dimension property sets object references to the IHsvTreeInfo interface.
Dimension takes an Integer parameter. This parameter is a dimension ID, which is an ID that specifies the dimension for which the IHsvTreeInfo interface object reference is being set. The HFMConstants type library contains constants that represent the dimension IDs and that can be passed to Dimension. For a listing of these constants, see Dimension ID Constants.
C# requires you to access the Dimension property with the accessor method get_Dimension.
The Dimension property can be used to define a useful custom function that takes in a dimension ID and a member name and returns the member’s ID. For code samples, see GetItemID. |