HsvValues Object Methods

The HsvValues object’s methods return information about an application’s Value dimension members. These methods are summarized in HsvValues Object Overview, and are described in detail in the following topics.

Assign HsvValues object references with the Values property of the HsvMetadata object as shown in the following example:

Dim cValues As HsvValues
'g_cMetadata is a previously set HsvMetadata object reference
Set cValues = g_cMetadata.Values