sizerArgType()
Specifies the data type of the specified argument of the function.
Syntax
The method has the
following syntax:
int sizerArgType(int n) const;
Description
The method specifies the data type of the argument of the function. The data type can be any of the enumerated types except UDX_NUMERIC.
Throws
The method throws
an exception if n
is out of range.