This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a multidimensional info value object.
Name | Description | |
---|---|---|
Add | Adds to this object all information contained in the specified multidimensional info object. | |
AddDimensionValue | Adds a new value range along the specified dimension associated with the specified variable. To indicate a point (and not an interval) along the dimension, ensure maxDimensionValue equals minDimensionValue. | |
ConvertDimensionValueToString | Returns an appropriate textual representation of the specified dimension value. | |
ConvertStringToDimensionValue | Returns the numeric form of the dimension value given it's textual representation. | |
DefineDimension | Defines a dimension associated with the specified variable using the dimension-specific attributes. Overwrites the attributes if the dimension associated with specified variable has already been defined. | |
DefineVariable | Defines a variable using the set of all associated attributes. Overwrites the attributes if the variable has already been defined. | |
GetDimensionAttributes | Returns the attributes corresponding to the specified dimension associated with the specified variable. Fails if the dimension associated with the variable hasn't been defined. | |
GetDimensionNames | The set of dimension names associated with the specified variable. | |
GetDimensionValues | Returns the set of value ranges along the specified dimension associated with the specified variable. | |
GetVariableAttributes | Returns the attributes associated with the specified variable. Fails if the variable hasn't been defined. | |
GetVariableNames | The set of all variable names. | |
PutDimensionValues | Sets the value ranges along the specified dimension associated with the specified variable. All previously defined values along this dimension associated with the specified variable are replaced. The argument pMaxDimensionValues may be null to indicate values | |
RemoveDimension | Removes all attributes and values corresponding to the specified dimension associated with the specified variable. | |
RemoveVariable | Removes all attributes, dimensions, and dimension values associated with the specified variable. |
Classes | Description |
---|