Class GetParamDim
See Also: ParamDimension.
Description:
This class is used to store a parameter dimension. When a client of a parameter block receives the REFMSG_GET_PARAM_DIM message, the partID field is set to point at one of these structures. The client should set dim to point at its dim descriptor.
Data Members:
ParamDimension *dim;
Assign the dimension to this variable.
int index;
Index of the parameter in the parameter block.
Methods:
Prototype:
GetParamDim(int i)
Remarks:
Constructor.