IVCDAbsoluteValueProperty::tAbsDimFunction

tAbsDimFunction enumerates all possible dimension functions. The dimension function describes how to map a linear range - such as a slider - to the range of the absolute values. This increases the usability for your programs.
Enumeration Description
eLinear The dimension function is linear.
eLog The dimension function is logarithmic.
eOther The dimension function is of another type. This is currently not defined, if you encounter this value use linear mapping instead.

<< IVCDAbsoluteValueProperty