Important: The information in this document is obsolete and should not be used for new development.
IParameterSet
Initializes this parameter set.
void IParameterSet ();DISCUSSION
You call this method to initialize a newly createdParameterSet
object.If you subclass
ParameterSet
and override this method, your override must call its inherited method.