HsvCustom Object Methods

The HsvCustom object applies to the four Custom dimensions. These methods are summarized in Table 13, HsvCustom Object Methods, and are described in detail in the following topics.

Use the HsvMetadata object’s Custom1, Custom2, Custom3,and Custom4 properties to assign HsvCustom object references. The following example uses the Custom2 property to assign an HsvCustom object reference for the Custom 2 dimension:

  Dim cMetadata as HsvMetadata, cCustom as HsvCustom
  Set cMetadata = m_cSession.MetaData
  Set cCustom = cMetadata.Custom2