Is is possible to enumerate parameters in a class module? I am building a COM DLL that other programmers will use and I want to make sure the variables are passed in the correct format. For instance, in the temperature example a parameter might be ConvertTo, and I want to be sure the user inputs "C" instead of Celsius. Is this possible?